You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use apollo 3 and don't plan to upgrade any time in the near future. But, we are continuously upgrading our mongodb library. With that comes updates to the bson package. It looks like this library has a hard dependency on [email protected] this breaks when you upgrade your mongodb library to the latest version 6.x because mongodb imports the latest version of bson.
My recommended fix: Move the bson package to being a peer-dependency and allow the user to specify their own bson version.
The text was updated successfully, but these errors were encountered:
We use apollo 3 and don't plan to upgrade any time in the near future. But, we are continuously upgrading our mongodb library. With that comes updates to the bson package. It looks like this library has a hard dependency on [email protected] this breaks when you upgrade your mongodb library to the latest version 6.x because mongodb imports the latest version of bson.
My recommended fix: Move the
bson
package to being a peer-dependency and allow the user to specify their own bson version.The text was updated successfully, but these errors were encountered: