Skip to content

Commit

Permalink
feat: Update peer dependencies for react 17.x (okonet#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogardenberg authored and Andrey Okonetchnikov committed Mar 16, 2021
1 parent 78dc09b commit 74d0bf6
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 74d0bf6

Please sign in to comment.