Skip to content

Commit

Permalink
Merge pull request #89 from hansyulian/fix/update-peer-dependencies
Browse files Browse the repository at this point in the history
update peer dependency to prevent the need of --force or --legacy-peer-deps
  • Loading branch information
dbramwell authored Apr 29, 2024
2 parents 0531bbb + 4105533 commit 2caf349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "http://dbramwell.github.io/react-animate-on-scroll",
"peerDependencies": {
"classnames": "^2.2.5",
"react": ">= 15.4.1 < 17.0.0-0"
"react": ">= 15.4.1 < 19.0.0-0"
},
"devDependencies": {
"animate.css": "^3.5.2",
Expand Down

0 comments on commit 2caf349

Please sign in to comment.