milosjanda / react-scroll-up

React component to add custom buttons for scrolling to top of page
MIT License
175 stars 28 forks source link

React Peer Dependencies #25

Closed eastwood closed 7 years ago

eastwood commented 7 years ago

A recent upgrade of the peer dependencies found here has broken downstream packages. While I believe the desired outcome was to support react version 0.13 -> 16.^, in fact using the semver model it has excluded all react pages.

See calculator for details https://semver.npmjs.com/

Please change peer dependencies to be expected behaviour

milosjanda commented 7 years ago

Thank you for nice description and contribution.