Skip to content

Commit

Permalink
[core] Remove react-dom from @mui/utils peerDependencies (#38974)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Sep 14, 2023
1 parent d0c6dd3 commit 41bdcb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 41bdcb7

Please sign in to comment.