Skip to content

Commit

Permalink
Allow React 17 in the peer dependencies (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
doolse authored Mar 12, 2021
1 parent 32a3a18 commit 1046d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@date-io/core": "^1.3.6",
"@material-ui/core": "^4.0.0",
"prop-types": "^15.6.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"dependencies": {
"@babel/runtime": "^7.6.0",
Expand Down

0 comments on commit 1046d7a

Please sign in to comment.