Closed petermikitsh closed 6 years ago
Would you mind submitting a PR for this? Thanks in advance.
Hey @eddyystop I'm still using the 1.x release, would it be possible to re-release 1.x? I could make 2 PR's, one for master and (if you created a 1.x branch) I could make a PR for that too.
You can specify any particular release in your package.json, e.g."@feathers-plus/feathers-redux": "^1.x.x"
Closing this since #55 was merged.
Steps to reproduce
Have a project using redux v4.0.0 while using this module.
Expected behavior
My project only contains one copy of redux.
Actual behavior
My project uses redux@4.0.0. This project defines a dependency of redux@^3.7.2. Consequently, my application ships 2 copies of redux:
Solution
Move redux to peerDependencies, allowing package consumers to pick the version of redux they want to use.