Skip to content

Commit

Permalink
Change peer dependency for react 17 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisham-Pak committed Oct 7, 2021
1 parent a30649a commit 00c81ba
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 @@ -83,7 +83,7 @@
},
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^16.0.0",
"react": "^16.0.0 || ^17",
"react-dom": "^16.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 00c81ba

Please sign in to comment.