Skip to content

Commit

Permalink
Support React 17
Browse files Browse the repository at this point in the history
Resolves #429
  • Loading branch information
haysclark committed Nov 27, 2020
1 parent d2c9ad0 commit c900429
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 @@ -27,8 +27,8 @@
"testURL": "http://localhost"
},
"peerDependencies": {
"react": "15.x || 16.x || 16.4.0-alpha.0911da3",
"react-dom": "15.x || 16.x || 16.4.0-alpha.0911da3"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit c900429

Please sign in to comment.