Skip to content

Commit

Permalink
Bump MUI Core to 5.16.2 (#3791)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 92ee8f6 commit 6df0a22
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 142 deletions.
6 changes: 3 additions & 3 deletions packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@mui/base": "5.0.0-beta.40",
"@mui/lab": "5.0.0-alpha.172",
"@mui/utils": "5.16.1",
"@mui/utils": "5.16.2",
"@mui/x-charts": "7.10.0",
"@mui/x-data-grid": "7.10.0",
"@tanstack/react-query": "5.49.0",
Expand All @@ -63,8 +63,8 @@
"prop-types": "15.8.1"
},
"devDependencies": {
"@mui/icons-material": "5.16.1",
"@mui/material": "5.16.1",
"@mui/icons-material": "5.16.2",
"@mui/material": "5.16.2",
"@types/invariant": "2.2.37",
"@types/prop-types": "15.7.12",
"@types/react": "18.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/icons-material": "5.16.1",
"@mui/icons-material": "5.16.2",
"@mui/lab": "5.0.0-alpha.172",
"@mui/material": "5.16.1",
"@mui/material": "5.16.2",
"@mui/x-charts": "7.10.0",
"@mui/x-data-grid-premium": "7.10.0",
"@mui/x-date-pickers": "7.10.0",
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 @@ -43,7 +43,7 @@
},
"dependencies": {
"@auth/core": "0.31.0",
"@mui/material": "5.16.1",
"@mui/material": "5.16.2",
"@tanstack/react-query": "5.49.0",
"@toolpad/utils": "workspace:*",
"@types/json-schema": "7.0.15",
Expand Down
8 changes: 4 additions & 4 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.11.5",
"@googleapis/drive": "8.11.0",
"@googleapis/sheets": "9.0.0",
"@mui/icons-material": "5.16.1",
"@mui/icons-material": "5.16.2",
"@mui/lab": "5.0.0-alpha.172",
"@mui/material": "5.16.1",
"@mui/system": "5.16.1",
"@mui/material": "5.16.2",
"@mui/system": "5.16.2",
"@mui/types": "7.2.15",
"@mui/utils": "5.16.1",
"@mui/utils": "5.16.2",
"@mui/x-charts": "7.10.0",
"@mui/x-data-grid": "7.10.0",
"@mui/x-data-grid-premium": "7.10.0",
Expand Down
6 changes: 3 additions & 3 deletions playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"devDependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.16.1",
"@mui/material": "5.16.1",
"@mui/material-nextjs": "5.16.1",
"@mui/icons-material": "5.16.2",
"@mui/material": "5.16.2",
"@mui/material-nextjs": "5.16.2",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
6 changes: 3 additions & 3 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"devDependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.16.1",
"@mui/material": "5.16.1",
"@mui/material-nextjs": "5.16.1",
"@mui/icons-material": "5.16.2",
"@mui/material": "5.16.2",
"@mui/material-nextjs": "5.16.2",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
250 changes: 125 additions & 125 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": "5.16.1",
"@mui/material": "5.16.2",
"@toolpad/studio": "workspace:*",
"@toolpad/utils": "workspace:*",
"@types/invariant": "2.2.37",
Expand Down

0 comments on commit 6df0a22

Please sign in to comment.