Skip to content

Commit

Permalink
Revert version changes applied with the script
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Nov 18, 2024
1 parent 0655fcb commit 57d61d6
Show file tree
Hide file tree
Showing 8 changed files with 519 additions and 592 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@mui/docs": "6.1.7",
"@mui/icons-material": "^5.16.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/lab": "^6.0.0-beta.14",
"@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/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
"@mui/styles": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
"@mui/x-data-grid": "workspace:*",
Expand Down
9 changes: 3 additions & 6 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.6",
"@mui/icons-material": "^5.16.7",
"@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,8 @@
"yargs": "^17.7.2"
},
"resolutions": {
"react-is": "19.0.0-rc-5c56b873-20241107",
"@types/node": "^20.16.14",
"react-dom": "19.0.0-rc-5c56b873-20241107",
"react": "19.0.0-rc-5c56b873-20241107",
"scheduler": "0.25.0-rc-5c56b873-20241107"
"react-is": "^18.3.1",
"@types/node": "^20.17.6"
},
"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.6",
"@mui/system": "^6.1.6",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@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.6",
"@mui/material": "^6.1.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@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.6",
"@mui/system": "^6.1.6",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/types": "^7.2.15",
"@types/prop-types": "^15.7.13",
"rimraf": "^6.0.1"
Expand Down
1,075 changes: 502 additions & 573 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scripts/useMaterialUIv6.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const pnpmUpdate = childProcess.spawnSync(
'@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.6",
"@mui/material": "^5.16.7",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-pro": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
Expand Down

0 comments on commit 57d61d6

Please sign in to comment.