Skip to content

Commit

Permalink
switch to peerDep and add compatibility with react 17/18
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Apr 9, 2022
1 parent c797663 commit e5d03cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^16.9.0",
"styled-components": "^5.3.3"
},
"peerDependencies": {
"react": "^16.14.0 || 17.x || 18.x"
},
"keywords": [
"react",
"animated",
Expand Down

0 comments on commit e5d03cc

Please sign in to comment.