Skip to content

Commit

Permalink
build: remove constraint until React 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lossir committed May 11, 2021
1 parent 243b88a commit 0114f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"webpack": "^4.41.2"
},
"peerDependencies": {
"react": ">=16.9 <17",
"react-dom": ">=16.9 <17"
"react": ">=16.9",
"react-dom": ">=16.9"
},
"jest": {
"testResultsProcessor": "jest-teamcity-reporter",
Expand Down

0 comments on commit 0114f14

Please sign in to comment.