Skip to content

Commit

Permalink
[core] Update peerDependencies ranges to include v6 packages (#41662)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Mar 26, 2024
1 parent 4e9d011 commit 49bd994
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"@mui/material": "^5.0.0",
"@mui/material": "workspace:^",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui/material": "workspace:*",
"@mui-internal/test-utils": "workspace:^",
"@types/chai": "^4.3.12",
"@types/prop-types": "^15.7.11",
Expand All @@ -64,7 +65,7 @@
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": ">=5.15.0",
"@mui/material": "workspace:^",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/server": "^11.11.0",
"@mui/material": "^5.0.0",
"@mui/material": "workspace:^",
"@types/react": "^17.0.0 || ^18.0.0",
"next": "^13.0.0 || ^14.0.0",
"react": "^17.0.0 || ^18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49bd994

Please sign in to comment.