Skip to content

Commit

Permalink
Bump MUI X to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 050a60a commit a0b278e
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 84 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@mui/monorepo": "github:mui/material-ui#0102a9579628d48d784511a562b7b72f0f51847e",
"@mui/styles": "5.15.14",
"@mui/utils": "5.15.14",
"@mui/x-data-grid-pro": "6.19.8",
"@mui/x-data-grid-pro": "7.0.0",
"@toolpad/studio": "workspace:*",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@mui/material": "5.15.14",
"@toolpad/studio": "0.1.52",
"@mui/x-data-grid": "6.19.8",
"@mui/x-data-grid": "7.0.0",
"@tanstack/react-query": "5.18.1"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@argos-ci/core": "1.5.5",
"@mui/monorepo": "github:mui/material-ui#0102a9579628d48d784511a562b7b72f0f51847e",
"@mui/x-charts": "6.19.8",
"@mui/x-charts": "7.0.0",
"@next/eslint-plugin-next": "14.1.3",
"@playwright/test": "1.42.1",
"@testing-library/react": "14.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@mui/icons-material": "5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "5.15.14",
"@mui/x-charts": "6.19.8",
"@mui/x-data-grid-pro": "6.19.8",
"@mui/x-date-pickers": "6.19.8",
"@mui/x-charts": "7.0.0",
"@mui/x-data-grid-pro": "7.0.0",
"@mui/x-date-pickers": "7.0.0",
"@mui/x-license-pro": "6.10.2",
"@tanstack/react-query": "5.18.1",
"@toolpad/studio-runtime": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@mui/system": "5.15.14",
"@mui/types": "7.2.14",
"@mui/utils": "5.15.14",
"@mui/x-charts": "6.19.8",
"@mui/x-data-grid": "6.19.8",
"@mui/x-data-grid-pro": "6.19.8",
"@mui/x-date-pickers": "6.19.8",
"@mui/x-date-pickers-pro": "6.19.8",
"@mui/x-tree-view": "6.17.0",
"@mui/x-charts": "7.0.0",
"@mui/x-data-grid": "7.0.0",
"@mui/x-data-grid-pro": "7.0.0",
"@mui/x-date-pickers": "7.0.0",
"@mui/x-date-pickers-pro": "7.0.0",
"@mui/x-tree-view": "7.0.0",
"@tanstack/react-query": "5.18.1",
"@tanstack/react-query-devtools": "5.18.1",
"@toolpad/studio-components": "workspace:*",
Expand Down
Loading

0 comments on commit a0b278e

Please sign in to comment.