-
-
Notifications
You must be signed in to change notification settings - Fork 349
relax dependency on mobx-react-lite #775
Comments
Has this been resolved by 039b7db ? It still not a relaxed dependency, so it'll resurface when the underlying package updates their inner-dependency. Maybe there's still work to see if the dependency can be switched to a |
Well, to be honest, I don't expect mobx-react-lite to have more 1.x versions. More likely 2.0 will come out soon-ish (mobxjs/mobx-react-lite#212) so we can relax dependency after that. |
There could still be patches. No library is perfect. |
Yea well, given that 2.0 does not deliver any big breaking changes, I don't think we will support 1.x after 2.x is published. |
The lite 2.0 has been published some time ago and mobx-react 6.2.0 depends on it. Closing this. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions. |
currently we have two copies of mobx-react-lite in our app becuase of this dependency graph:
app->mobx-react (~6.1.3)->mobx-react-lite (1.4.0) //EXACT version
app->some-package->mobx-react-lite (~1.4.1)
Therefore we have in our build both mobx-react-lite@1.4.0 and mobx-react-lite@1.4.1
The text was updated successfully, but these errors were encountered: