Open martabitbrain opened 2 years ago
Hi,
Just noticed that the peerDependencies are still the previous ones to #503 on npm.
Just installed the package inside an empty directory (after clearing npm cache) and the peerDependencies section of installed react-scroll package.json shows:
"peerDependencies": { "react": "^15.5.4 || ^16.0.0 || ^17.0.0", "react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0" },
I'm not sure why, maybe the package version should be bumped in order to get it updated at npm?
Thanks :)
@martabitbrain You're right, I've completly forgotten to publish the latest changes.
It's now published under v1.8.7
Hi,
Just noticed that the peerDependencies are still the previous ones to #503 on npm.
Just installed the package inside an empty directory (after clearing npm cache) and the peerDependencies section of installed react-scroll package.json shows:
I'm not sure why, maybe the package version should be bumped in order to get it updated at npm?
Thanks :)