Skip to content

Commit

Permalink
chore(dependencies): enable react 17 support (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazlious authored Jul 28, 2021
1 parent ff7c82f commit 21b4903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.2",
"react-dom": "^16.8.2"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
Expand Down

0 comments on commit 21b4903

Please sign in to comment.