Skip to content

Commit

Permalink
Bump MUI Core (#3913)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MUI bot <[email protected]>
  • Loading branch information
renovate[bot] and Janpot authored Aug 13, 2024
1 parent 707dc19 commit 245956d
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 96 deletions.
4 changes: 2 additions & 2 deletions packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/icons-material": "5.16.6",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.6",
"@mui/material": "5.16.7",
"@mui/x-charts": "7.12.1",
"@mui/x-data-grid-premium": "7.12.1",
"@mui/x-date-pickers": "7.12.1",
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.34.2",
"@mui/material": "5.16.6",
"@mui/material": "5.16.7",
"@tanstack/react-query": "5.51.23",
"@toolpad/utils": "workspace:*",
"@types/json-schema": "7.0.15",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@emotion/styled": "11.13.0",
"@googleapis/drive": "8.11.0",
"@googleapis/sheets": "9.0.0",
"@mui/icons-material": "5.16.6",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.6",
"@mui/system": "5.16.6",
"@mui/material": "5.16.7",
"@mui/system": "5.16.7",
"@mui/types": "7.2.15",
"@mui/utils": "5.16.6",
"@mui/x-charts": "7.12.1",
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.13.0",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.6",
"@mui/material": "5.16.6",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@mui/material-nextjs": "5.16.6",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.3",
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,9 +9,9 @@
"devDependencies": {
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.6",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.6",
"@mui/material": "5.16.7",
"@mui/material-nextjs": "5.16.6",
"@toolpad/core": "workspace:*",
"@types/node": "20.14.15",
Expand Down
170 changes: 85 additions & 85 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.6",
"@mui/material": "5.16.7",
"@toolpad/studio": "workspace:*",
"@toolpad/utils": "workspace:*",
"@types/invariant": "2.2.37",
Expand Down

0 comments on commit 245956d

Please sign in to comment.