Skip to content

Commit 29c9926

Browse files
committed
[core] Allow ^6.0.0 for @mui/ dependencies in @mui/docs
1 parent 1a07dfb commit 29c9926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mui-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
},
5454
"peerDependencies": {
5555
"@mui/base": "*",
56-
"@mui/icons-material": "^5.0.0",
57-
"@mui/material": "^5.0.0",
58-
"@mui/system": "^5.0.0",
56+
"@mui/icons-material": "^5.0.0 || ^6.0.0",
57+
"@mui/material": "^5.0.0 || ^6.0.0",
58+
"@mui/system": "^5.0.0 || ^6.0.0",
5959
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
6060
"chai": "^4.4.1",
6161
"csstype": "^3.1.3",

0 commit comments

Comments
 (0)