Skip to content

Commit 3e3c6fe

Browse files
Update peer dependencies
1 parent cb8e74d commit 3e3c6fe

File tree

4 files changed

+162
-218
lines changed

4 files changed

+162
-218
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"publishDatePickers": "yarn clean && cd packages/rescript-mui-x-date-pickers && npm publish --access public"
2727
},
2828
"devDependencies": {
29-
"@mui/lab": "^6.0.0-beta.30",
30-
"@mui/material": "^6.4.4",
31-
"@mui/system": "^6.4.7",
29+
"@mui/lab": "^7.0.0-beta.17",
30+
"@mui/material": "^7.3.9",
31+
"@mui/system": "^7.3.9",
3232
"@mui/x-date-pickers": "^7.27.3",
3333
"@rescript/react": "^0.12.1",
3434
"@rescript/tools": "^0.6.6",

packages/rescript-mui-lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"/rescript.json"
2323
],
2424
"peerDependencies": {
25-
"@mui/lab": "^6.0.0-beta.30",
26-
"@mui/material": "^6.4.7",
25+
"@mui/lab": "^7.0.0-beta.17",
26+
"@mui/material": "^7.3.9",
2727
"@rescript-mui/material": "^7.0.0",
2828
"@rescript/react": "^0.12.0",
2929
"react": "^18.0.0",

packages/rescript-mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"/rescript.json"
2222
],
2323
"peerDependencies": {
24-
"@mui/material": "^6.4.7",
24+
"@mui/material": "^7.3.9",
2525
"@rescript/react": "^0.12.0",
2626
"react": "^18.0.0",
2727
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)