hoppula / refire

Declarative Firebase bindings for Redux and React
46 stars 9 forks source link

React-Redux does not satisfy. #7

Closed komorebi-san closed 7 years ago

komorebi-san commented 7 years ago

Hi, this look really interesting. Thank you for your hard work.

However, while installing, I got the error as below:

npm ERR! peerinvalid The package react-redux@5.0.1 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer refire@2.0.3 wants react-redux@^4.4.0

hoppula commented 7 years ago

Hi and thanks!

Do you have react-redux 5.x installed as regular dependency for your project? refire currently expects react-redux >= 4.4.0 < 5 as peer dependency. However, I think I'll bump react-redux dependency to v5 soon as it's the current major version and its API is identical to v4.

komorebi-san commented 7 years ago

Sure!

I am using the 5.x for now.

Alright, will wait for your next update! Thanks for your reply and effort!

hoppula commented 7 years ago

React components are now located in refire-react repository and I've updated react-redux dependency to 5.x.x.