Tiqa / redux-polyglot

Polyglot.js bindings for Redux
MIT License
58 stars 13 forks source link

Support react-redux 5.x #65

Closed anpieber closed 7 years ago

anpieber commented 7 years ago

Currently 4.x is entered as a peer dependency. This does not really hurt, except that shrinkwrap does not like it if you're using react-redux 5 otherwise.

JalilArfaoui commented 7 years ago

You're right. We should check that using RR5 does not break anything, and then change dependency to accept 4 or 5.

anpieber commented 7 years ago

Using react-redux 5.x in my app worked like a charm. Upgrading redux-ployglot didn't introduced any new test failures for me. Looks fine :-)

guillaumearm commented 7 years ago

Good news, I will publish redux-polyglot 0.3.2 tomorrow about this :P

guillaumearm commented 7 years ago

66 resolve this

note : 0.3.2 has been published on npm (latest)