-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dependencies): moved redux, react-redux and react-router-redux to peerDependencies. #2760
Conversation
…erDependencies. Fix #1683
Isn't this change a breaking one? |
@Kmaschta you are absolutely right, I forgot to mention it, you should add a note in Moving a If the user does not have If the user have note: 2 sub dependencies that depend on |
Thanks! This really is a breaking change, so we won't merge it before 3.0. And we're waiting for react 16.8 and material-ui 4.0 to break BC for good, so this PR won't be merged before a few months at least. |
Sure. About I can't find the source code of Could we, at the same time. replace At the same time, we could also include the update of I've already played with all these versions and none of theme are breaking changes. |
see #1999 for react-router-redux |
HI @fzaninotto. Sorry for the delay, we have not received a notification when you reopened #1683.
I have seen that you already moved part of the
dependencies
intopeerDependencies
.redux should also be in
peerDependencies
, so does react-redux.I am not sure for
react-router-redux
, does this package use a store reference or does it just export a reducer to be used somewhere?By doubt and because it would solve all problems, I also added it as a
peerDependencies
.