Open offtherailz opened 4 years ago
this issue requires us to update our dependencies versions
for example
npm ERR! peer dep missing: react@0.13 - 15, required by react-scroll-up@1.3.0
this means we are using react-scroll-up@1.3.0 that requires react to be in range 0.13 - 15
to solve it we need to upgrade react-scroll-up to 1.3.7 which has bumped the support for react react-scroll-up 1.3.7 has a peer of react 17 and it does not trigger any warning because we are using "react": "16.10.1",
that said i have started doing it for the libs that are changing only the minor or patch and then evaluate for the one that requires a major version update
@mbarto @offtherailz @allyoucanmap if you have thoughts, let me know
Description
There are a lot of peer dependencies that have to be specified (run npm ls to see the latest version), here a list of them at the moment we open this issue: