Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Updating peerDependencies for react 17.0 support
Browse files Browse the repository at this point in the history
I just updated the peerDependencies in order to support the latest version of react.
  • Loading branch information
wwwgte committed Mar 2, 2022
1 parent 6b8395f commit 7127096
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 @@ -73,7 +73,7 @@
"webpack": "^3.10.0"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/node": "^7.0.0",
Expand Down

0 comments on commit 7127096

Please sign in to comment.