Skip to content

Commit

Permalink
Support React 17 (TeamWertarbyte#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxc committed Aug 31, 2022
1 parent 893ad3d commit ae8d769
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 @@ -66,8 +66,8 @@
},
"peerDependencies": {
"@material-ui/core": "^4.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": "^16.8.6 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0"
},
"dependencies": {
"clsx": "^1.0.4",
Expand Down

0 comments on commit ae8d769

Please sign in to comment.