Skip to content

Commit dbf4154

Browse files
Update material-ui monorepo
1 parent 66214fb commit dbf4154

File tree

4 files changed

+168
-162
lines changed

4 files changed

+168
-162
lines changed

apps/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"@enterwell/react-ui": "workspace:*",
2929
"@mdx-js/mdx": "3.1.0",
3030
"@mdx-js/react": "3.1.0",
31-
"@mui/icons-material": "7.0.2",
32-
"@mui/lab": "7.0.0-beta.11",
33-
"@mui/material": "7.0.2",
34-
"@mui/material-nextjs": "7.0.2",
35-
"@mui/system": "7.0.2",
36-
"@mui/x-data-grid-pro": "7.28.3",
37-
"@mui/x-date-pickers": "7.28.3",
38-
"@mui/x-date-pickers-pro": "7.28.3",
31+
"@mui/icons-material": "7.1.0",
32+
"@mui/lab": "7.0.0-beta.12",
33+
"@mui/material": "7.1.0",
34+
"@mui/material-nextjs": "7.1.0",
35+
"@mui/system": "7.1.0",
36+
"@mui/x-data-grid-pro": "7.29.2",
37+
"@mui/x-date-pickers": "7.29.2",
38+
"@mui/x-date-pickers-pro": "7.29.2",
3939
"classix": "2.2.2",
4040
"comment-parser": "1.4.1",
4141
"next": "15.3.0",

packages/react-mui-hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@enterwell/react-hooks": "workspace:*",
2727
"@enterwell/react-ui": "workspace:*",
2828
"@microsoft/api-extractor": "7.52.3",
29-
"@mui/material": "7.0.2",
30-
"@mui/x-data-grid-pro": "7.28.3",
29+
"@mui/material": "7.1.0",
30+
"@mui/x-data-grid-pro": "7.29.2",
3131
"@types/node": "22.14.1",
3232
"@types/react": "19.1.0",
3333
"@types/react-dom": "19.1.2",

packages/react-ui/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@emotion/styled": "11.14.0",
2929
"@enterwell/react-hooks": "workspace:*",
3030
"@microsoft/api-extractor": "7.52.3",
31-
"@mui/icons-material": "7.0.2",
32-
"@mui/material": "7.0.2",
33-
"@mui/system": "7.0.2",
34-
"@mui/x-date-pickers": "7.28.3",
35-
"@mui/x-date-pickers-pro": "7.28.3",
31+
"@mui/icons-material": "7.1.0",
32+
"@mui/material": "7.1.0",
33+
"@mui/system": "7.1.0",
34+
"@mui/x-date-pickers": "7.29.2",
35+
"@mui/x-date-pickers-pro": "7.29.2",
3636
"@types/node": "22.14.1",
3737
"@types/react": "19.1.0",
3838
"@types/react-dom": "19.1.2",

0 commit comments

Comments
 (0)