Skip to content

Commit

Permalink
Merge pull request #768 from pleunv/patch-1
Browse files Browse the repository at this point in the history
Add react v17 to the peer deps.
  • Loading branch information
clauderic authored Mar 19, 2021
2 parents 0049d0d + 60a8d69 commit 888647f
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 @@ -54,8 +54,8 @@
},
"peerDependencies": {
"prop-types": "^15.5.7",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit 888647f

Please sign in to comment.