react-scroll icon indicating copy to clipboard operation
react-scroll copied to clipboard

peerDependencies not updated at npm repo

Open martabitbrain opened this issue 2 years ago • 1 comments

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 avatar Apr 11 '22 10:04 martabitbrain

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

It's now published under v1.8.7

fisshy avatar Apr 11 '22 16:04 fisshy