We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
react-redux-grid is preventing me from updating to v16 because it has a hard dependency on react and react DOM.
Could new peer dependencies be created and the hard dependencies moved to devDependencies?
"peerDependencies": { "font-awesome": "^4.0.0", "react": ">=15.0.0 <17.0.0", "react-dom": ">=15.0.0 <17.0.0" }
I would probably consider making the redux dependencies peer dependencies as well.
I do realize this is day 0 and will try to get a pull request made if you can't get to this soon.
The text was updated successfully, but these errors were encountered:
This is a great point, and a pull request would be greatly appreciated!
Sorry, something went wrong.
Move react, react-dom, react-redux, and redux to peerDependencies. Sm…
114e213
…all changes in preparation of moving to React@16 -- #186
Thanks for creating this issue, this has been resolved -- a new publish is coming soon.
No branches or pull requests
Hi,
react-redux-grid is preventing me from updating to v16 because it has a hard dependency on react and react DOM.
Could new peer dependencies be created and the hard dependencies moved to devDependencies?
I would probably consider making the redux dependencies peer dependencies as well.
I do realize this is day 0 and will try to get a pull request made if you can't get to this soon.
The text was updated successfully, but these errors were encountered: