angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 178 forks source link

Redux 4.0.0 is available #203

Closed Lalem001 closed 5 years ago

Lalem001 commented 6 years ago

Currently this package has a peerDependency on redux@^3.0.0. Installing 4.0.0 causes a warning, but is otherwise compatible from my own testing. I have not tried ng-redux's own tests against it.

Any chance of updating the peerDependency to something like ^3.0.0 || ^4.0.0 if it passes all tests?

JesseObrien commented 5 years ago

Bump for annoyance 👍

AntJanus commented 5 years ago

I'm taking this on right now.