Skip to content

Commit

Permalink
fix: allow react@^18.0.0 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 11, 2022
1 parent ff8b69b commit 6728254
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 @@ -187,7 +187,7 @@
},
"peerDependencies": {
"@mui/material": "^5.0.0",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"release": {
"branches": [
Expand Down

0 comments on commit 6728254

Please sign in to comment.