Skip to content

Commit e9bb63a

Browse files
Bump MUI X to 8.3.1 (#4944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb19114 commit e9bb63a

9 files changed

Lines changed: 105 additions & 105 deletions

File tree

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"@mui/material-nextjs": "^7.0.2",
3434
"@mui/system": "^7.0.2",
3535
"@mui/utils": "^7.0.2",
36-
"@mui/x-data-grid": "^8.2.0",
37-
"@mui/x-data-grid-pro": "^8.2.0",
38-
"@mui/x-date-pickers": "^8.2.0",
39-
"@mui/x-date-pickers-pro": "^8.2.0",
40-
"@mui/x-license": "^8.2.0",
36+
"@mui/x-data-grid": "^8.3.1",
37+
"@mui/x-data-grid-pro": "^8.3.1",
38+
"@mui/x-date-pickers": "^8.3.1",
39+
"@mui/x-date-pickers-pro": "^8.3.1",
40+
"@mui/x-license": "^8.3.1",
4141
"@toolpad/core": "workspace:*",
4242
"@toolpad/studio-components": "^0.13.0",
4343
"@toolpad/studio-runtime": "^0.13.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@mui/internal-markdown": "2.0.4",
5858
"@mui/internal-scripts": "2.0.7",
5959
"@mui/monorepo": "github:mui/material-ui#fc576551ae6a43c8a0859f48547ed9f280c0bfe5",
60-
"@mui/x-charts": "^8.2.0",
60+
"@mui/x-charts": "^8.3.1",
6161
"@next/eslint-plugin-next": "14.2.28",
6262
"@playwright/test": "1.52.0",
6363
"@testing-library/jest-dom": "^6.6.3",

packages/toolpad-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"dependencies": {
4444
"@babel/runtime": "^7.27.1",
4545
"@mui/utils": "^7.0.2",
46-
"@mui/x-data-grid": "^8.2.0",
47-
"@mui/x-date-pickers": "^8.2.0",
46+
"@mui/x-data-grid": "^8.3.1",
47+
"@mui/x-date-pickers": "^8.3.1",
4848
"@standard-schema/spec": "^1.0.0",
4949
"@toolpad/utils": "workspace:*",
5050
"@vitejs/plugin-react": "4.4.1",
@@ -59,8 +59,8 @@
5959
"@emotion/react": "11.14.0",
6060
"@mui/icons-material": "^7.0.2",
6161
"@mui/material": "^7.0.2",
62-
"@mui/x-data-grid-premium": "^8.2.0",
63-
"@mui/x-data-grid-pro": "^8.2.0",
62+
"@mui/x-data-grid-premium": "^8.3.1",
63+
"@mui/x-data-grid-pro": "^8.3.1",
6464
"@types/invariant": "2.2.37",
6565
"@types/prop-types": "15.7.14",
6666
"@types/react": "^19.1.2",

packages/toolpad-studio-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"@mui/icons-material": "7.0.2",
4545
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
4646
"@mui/material": "7.0.2",
47-
"@mui/x-charts": "8.2.0",
48-
"@mui/x-data-grid-premium": "8.2.0",
49-
"@mui/x-date-pickers": "8.2.0",
50-
"@mui/x-license": "8.2.0",
47+
"@mui/x-charts": "8.3.1",
48+
"@mui/x-data-grid-premium": "8.3.1",
49+
"@mui/x-date-pickers": "8.3.1",
50+
"@mui/x-license": "8.3.1",
5151
"@tanstack/react-query": "5.74.4",
5252
"@toolpad/studio-runtime": "workspace:*",
5353
"@toolpad/utils": "workspace:*",

packages/toolpad-studio/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
"@mui/system": "7.0.2",
7070
"@mui/types": "7.4.1",
7171
"@mui/utils": "7.0.2",
72-
"@mui/x-charts": "8.2.0",
73-
"@mui/x-data-grid": "8.2.0",
74-
"@mui/x-data-grid-premium": "8.2.0",
75-
"@mui/x-date-pickers": "8.2.0",
76-
"@mui/x-date-pickers-pro": "8.2.0",
77-
"@mui/x-license": "8.2.0",
78-
"@mui/x-tree-view": "8.2.0",
72+
"@mui/x-charts": "8.3.1",
73+
"@mui/x-data-grid": "8.3.1",
74+
"@mui/x-data-grid-premium": "8.3.1",
75+
"@mui/x-date-pickers": "8.3.1",
76+
"@mui/x-date-pickers-pro": "8.3.1",
77+
"@mui/x-license": "8.3.1",
78+
"@mui/x-tree-view": "8.3.1",
7979
"@tanstack/react-query": "5.74.4",
8080
"@tanstack/react-query-devtools": "5.74.6",
8181
"@toolpad/core": "workspace:*",

playground/nextjs-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@mui/icons-material": "^7.0.2",
1313
"@mui/material": "^7.0.2",
1414
"@mui/material-nextjs": "^7.0.2",
15-
"@mui/x-data-grid": "^8.2.0",
16-
"@mui/x-date-pickers": "^8.2.0",
15+
"@mui/x-data-grid": "^8.3.1",
16+
"@mui/x-date-pickers": "^8.3.1",
1717
"@toolpad/core": "workspace:*",
1818
"@types/react": "^19.1.2",
1919
"@types/react-dom": "^19.1.3",

playground/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@mui/icons-material": "^7.0.2",
1313
"@mui/material": "^7.0.2",
1414
"@mui/material-nextjs": "^7.0.2",
15-
"@mui/x-data-grid": "^8.2.0",
16-
"@mui/x-date-pickers": "^8.2.0",
15+
"@mui/x-data-grid": "^8.3.1",
16+
"@mui/x-date-pickers": "^8.3.1",
1717
"@toolpad/core": "workspace:*",
1818
"@types/node": "^20.17.32",
1919
"@types/react": "^19.1.2",

playground/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@emotion/styled": "11.14.0",
1313
"@mui/icons-material": "^7.0.2",
1414
"@mui/material": "^7.0.2",
15-
"@mui/x-data-grid": "^8.2.0",
16-
"@mui/x-date-pickers": "^8.2.0",
15+
"@mui/x-data-grid": "^8.3.1",
16+
"@mui/x-date-pickers": "^8.3.1",
1717
"@toolpad/core": "workspace:*",
1818
"@types/react": "^19.1.2",
1919
"@types/react-dom": "^19.1.3",

pnpm-lock.yaml

Lines changed: 78 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)