Skip to content

Commit 3bf1ce0

Browse files
Update material-ui monorepo to v7.29.2
1 parent 66214fb commit 3bf1ce0

File tree

4 files changed

+60
-96
lines changed

4 files changed

+60
-96
lines changed

apps/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@mui/material": "7.0.2",
3434
"@mui/material-nextjs": "7.0.2",
3535
"@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",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@enterwell/react-ui": "workspace:*",
2828
"@microsoft/api-extractor": "7.52.3",
2929
"@mui/material": "7.0.2",
30-
"@mui/x-data-grid-pro": "7.28.3",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@mui/icons-material": "7.0.2",
3232
"@mui/material": "7.0.2",
3333
"@mui/system": "7.0.2",
34-
"@mui/x-date-pickers": "7.28.3",
35-
"@mui/x-date-pickers-pro": "7.28.3",
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)