Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
feat: peer dependency support for react v17
Browse files Browse the repository at this point in the history
  • Loading branch information
mahish authored and themariamarques committed Sep 1, 2021
1 parent 2cd6b91 commit 0287da9
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 @@ -55,7 +55,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": "^16.9.0"
"react": "^16.9.0 || ^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 0287da9

Please sign in to comment.