Skip to content

Commit

Permalink
Update peerDeps for React 17, closes sag1v#2
Browse files Browse the repository at this point in the history
  • Loading branch information
aarowman authored Aug 27, 2021
1 parent 3f78122 commit ee80366
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 @@ -23,8 +23,8 @@
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down

0 comments on commit ee80366

Please sign in to comment.