sghall / react-move

React Move | Beautiful, data-driven animations for React
https://react-move-docs.netlify.app
MIT License
6.58k stars 168 forks source link

fix(peerDependencies): version bump #71

Closed wildpow closed 3 years ago

wildpow commented 3 years ago

NPM @7 install can not resolve dependencies in React 17 project. React 16.3.0 -> 17.0.0 fixes this issue.

ChihweiLHBird commented 3 years ago

Any update on this PR? I really hope we can use it with React 17 and npm 7.

sghall commented 3 years ago

Hey there. @wildpow thanks for putting this up. If I could see the tests and the docs run against react 17 and it looked good, I would just merge this and release it. I just tried updating the deps to do that and, as you can imagine, that is much more complicated than just changing the peer range. I was able to solve the Enzyme issues but there's more stuff that needs to be done. I wanted to let you know I saw this. If you wanted to add this stuff to the PR I would pull it and look at it. I know that is unlikely. I will look at this again tomorrow but this is unlikely to get resolved until the weekend.

sghall commented 3 years ago

The updated peer range was released in version 6.5.0 please install the latest...