fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.36k stars 437 forks source link

peerDependencies not updated at npm repo #505

Open martabitbrain opened 2 years ago

martabitbrain commented 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 :)

fisshy commented 2 years ago

@martabitbrain You're right, I've completly forgotten to publish the latest changes.

It's now published under v1.8.7