Skip to content

Commit

Permalink
Merge pull request #764 from anajavi/react-17-peer
Browse files Browse the repository at this point in the history
Allow react 17 as peerDependency
  • Loading branch information
layneanderson committed Sep 2, 2021
2 parents 7e30d6c + e492d51 commit b0a4460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"peerDependencies": {
"moment": "^2.16.0",
"react": "^16.5.0"
"react": "^16.5.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "7.7.4",
Expand Down

0 comments on commit b0a4460

Please sign in to comment.