Skip to content

Commit

Permalink
Bump MUI Core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 44ce709 commit a8edde9
Show file tree
Hide file tree
Showing 11 changed files with 284 additions and 284 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@mui/base": "5.0.0-beta.68",
"@mui/docs": "6.3.1",
"@mui/icons-material": "6.3.1",
"@mui/internal-markdown": "1.0.24",
"@mui/docs": "6.4.0",
"@mui/icons-material": "6.4.0",
"@mui/internal-markdown": "1.0.25",
"@mui/joy": "5.0.0-beta.51",
"@mui/lab": "6.0.0-beta.22",
"@mui/material": "6.3.1",
"@mui/lab": "6.0.0-beta.23",
"@mui/material": "6.4.0",
"@mui/material-nextjs": "6.3.1",
"@mui/styles": "6.3.1",
"@mui/system": "6.3.1",
"@mui/utils": "6.3.1",
"@mui/styles": "6.4.0",
"@mui/system": "6.4.0",
"@mui/utils": "6.4.0",
"@mui/x-date-pickers": "7.23.6",
"@mui/x-date-pickers-pro": "7.23.6",
"@mui/x-license": "7.23.6",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@babel/preset-typescript": "7.26.0",
"@mui/internal-babel-plugin-resolve-imports": "1.0.20",
"@mui/internal-docs-utils": "1.0.16",
"@mui/internal-markdown": "1.0.24",
"@mui/internal-scripts": "1.0.32",
"@mui/internal-markdown": "1.0.25",
"@mui/internal-scripts": "1.0.33",
"@mui/monorepo": "github:mui/material-ui#dd69cf07e7aace1efad91e5b8e733c7efcf6c02c",
"@mui/x-charts": "7.23.6",
"@next/eslint-plugin-next": "14.2.23",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@mui/lab": "6.0.0-beta.22",
"@mui/utils": "6.3.1",
"@mui/lab": "6.0.0-beta.23",
"@mui/utils": "6.4.0",
"@toolpad/utils": "workspace:*",
"@vitejs/plugin-react": "4.3.4",
"client-only": "^0.0.1",
Expand All @@ -65,8 +65,8 @@
"prop-types": "15.8.1"
},
"devDependencies": {
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/material": "6.4.0",
"@types/invariant": "2.2.37",
"@types/prop-types": "15.7.14",
"@types/react": "^19.0.0",
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 @@ -41,9 +41,9 @@
"url": "https://github.com/mui/toolpad/issues"
},
"dependencies": {
"@mui/icons-material": "6.3.1",
"@mui/lab": "6.0.0-beta.22",
"@mui/material": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/lab": "6.0.0-beta.23",
"@mui/material": "6.4.0",
"@mui/x-charts": "7.23.6",
"@mui/x-data-grid-premium": "7.23.6",
"@mui/x-date-pickers": "7.23.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@auth/core": "0.37.4",
"@mui/material": "6.3.1",
"@mui/material": "6.4.0",
"@tanstack/react-query": "5.61.3",
"@toolpad/utils": "workspace:*",
"@types/json-schema": "7.0.15",
Expand Down
10 changes: 5 additions & 5 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"@emotion/styled": "11.14.0",
"@googleapis/drive": "8.14.0",
"@googleapis/sheets": "9.3.1",
"@mui/icons-material": "6.3.1",
"@mui/lab": "6.0.0-beta.22",
"@mui/material": "6.3.1",
"@mui/system": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/lab": "6.0.0-beta.23",
"@mui/material": "6.4.0",
"@mui/system": "6.4.0",
"@mui/types": "7.2.21",
"@mui/utils": "6.3.1",
"@mui/utils": "6.4.0",
"@mui/x-charts": "7.23.6",
"@mui/x-data-grid": "7.23.6",
"@mui/x-data-grid-premium": "7.23.6",
Expand Down
4 changes: 2 additions & 2 deletions playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/material": "6.4.0",
"@mui/material-nextjs": "6.3.1",
"@toolpad/core": "workspace:*",
"@types/react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/material": "6.4.0",
"@mui/material-nextjs": "6.3.1",
"@toolpad/core": "workspace:*",
"@types/node": "^20.17.12",
Expand Down
4 changes: 2 additions & 2 deletions playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/icons-material": "6.4.0",
"@mui/material": "6.4.0",
"@toolpad/core": "workspace:*",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.3",
Expand Down
508 changes: 254 additions & 254 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@toolpad/studio-tests",
"private": true,
"devDependencies": {
"@mui/material": "6.3.1",
"@mui/material": "6.4.0",
"@toolpad/studio": "workspace:*",
"@toolpad/utils": "workspace:*",
"@types/invariant": "2.2.37",
Expand Down

0 comments on commit a8edde9

Please sign in to comment.