Skip to content

Commit

Permalink
fix: update react & react-dom peer-dep range to support 17.x (jquense…
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadesoft committed Mar 5, 2021
1 parent e10fa28 commit dbcc578
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 @@ -69,8 +69,8 @@
"bracketSpacing": true
},
"peerDependencies": {
"react": "^16.6.1",
"react-dom": "^16.6.1"
"react": "^16.6.1 || ^17",
"react-dom": "^16.6.1 || ^17"
},
"devDependencies": {
"@4c/rollout": "^1.4.0",
Expand Down

0 comments on commit dbcc578

Please sign in to comment.