Skip to content

Commit

Permalink
build: allow react@17
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-c committed Jul 13, 2021
1 parent ceaa11e commit e84a7ee
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 @@ -46,8 +46,8 @@
"react-modal": "^3.11.1"
},
"peerDependencies": {
"react": "^16.x",
"react-dom": "^16.x"
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
Expand Down

0 comments on commit e84a7ee

Please sign in to comment.