Skip to content

Commit

Permalink
Update peer dependencies for react 17.x (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogardenberg authored Dec 19, 2020
1 parent 78dc09b commit a03ec74
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 @@ -70,8 +70,8 @@
"webpack": "1.13.2"
},
"peerDependencies": {
"react": "0.14.x || 15.x || 16.x",
"react-dom": "0.14.x || 15.x || 16.x"
"react": "0.14.x || 15.x || 16.x || 17.x",
"react-dom": "0.14.x || 15.x || 16.x || 17.x"
},
"dependencies": {
"prop-types": "^15.5.7"
Expand Down

0 comments on commit a03ec74

Please sign in to comment.