Skip to content

Commit

Permalink
[styles] Add React 18 to peer dep
Browse files Browse the repository at this point in the history
Fixes #40477
  • Loading branch information
brijeshb42 committed Jan 9, 2024
1 parent 191d684 commit f743e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0"
"react": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit f743e4f

Please sign in to comment.