Skip to content

Commit

Permalink
Use latest RC and Material UI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Nov 18, 2024
1 parent cc639e2 commit 0655fcb
Show file tree
Hide file tree
Showing 8 changed files with 461 additions and 481 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@mui/icons-material": "^5.16.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.1.5",
"@mui/material-nextjs": "^6.1.5",
"@mui/styles": "^6.1.5",
"@mui/system": "^6.1.5",
"@mui/utils": "^6.1.5",
"@mui/material": "^6.1.6",
"@mui/material-nextjs": "^6.1.6",
"@mui/styles": "^6.1.6",
"@mui/system": "^6.1.6",
"@mui/utils": "^6.1.6",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
"@mui/x-data-grid": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.5",
"@mui/icons-material": "^6.1.6",
"@mui/internal-babel-plugin-resolve-imports": "1.0.18",
"@mui/internal-markdown": "^1.0.20",
"@mui/internal-test-utils": "^1.0.20",
Expand Down Expand Up @@ -198,11 +198,11 @@
"yargs": "^17.7.2"
},
"resolutions": {
"react-is": "19.0.0-rc-1631855f-20241023",
"react-is": "19.0.0-rc-5c56b873-20241107",
"@types/node": "^20.16.14",
"react-dom": "19.0.0-rc-1631855f-20241023",
"react": "19.0.0-rc-1631855f-20241023",
"scheduler": "0.25.0-rc-1631855f-20241023"
"react-dom": "19.0.0-rc-5c56b873-20241107",
"react": "19.0.0-rc-5c56b873-20241107",
"scheduler": "0.25.0-rc-5c56b873-20241107"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
}
},
"devDependencies": {
"@mui/material": "^6.1.5",
"@mui/system": "^6.1.5",
"@mui/material": "^6.1.6",
"@mui/system": "^6.1.6",
"@react-spring/core": "^9.7.5",
"@react-spring/shared": "^9.7.5",
"@types/prop-types": "^15.7.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"lru-cache": "^11.0.2"
},
"devDependencies": {
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@types/chance": "^1.1.6",
"rimraf": "^6.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"devDependencies": {
"@mui/internal-test-utils": "^1.0.20",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.5",
"@mui/system": "^6.1.5",
"@mui/material": "^6.1.6",
"@mui/system": "^6.1.6",
"@mui/types": "^7.2.15",
"@types/prop-types": "^15.7.13",
"rimraf": "^6.0.1"
Expand Down
906 changes: 442 additions & 464 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions scripts/useMaterialUIv6.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const pnpmUpdate = childProcess.spawnSync(
'@mui/[email protected]',
'@mui/[email protected]',
'@mui/[email protected]',
'@mui/[email protected]',
'@mui/[email protected]',
],
{
shell: true,
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/runtime": "^7.26.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@mui/material": "^6.1.5",
"@mui/material": "^6.1.6",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-pro": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
Expand Down

0 comments on commit 0655fcb

Please sign in to comment.