Skip to content

Commit

Permalink
[core] Support @mui/utils v6 (#14867)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas <llukas.tyla@gmail.com>
  • Loading branch information
siriwatknp and LukasTy authored Oct 8, 2024
1 parent 0652d6b commit 6ce41a1
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/x-charts-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
"@mui/x-internals": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-charts-vendor": "workspace:*",
"@mui/x-internals": "workspace:*",
"@react-spring/rafz": "^9.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-data-grid": "workspace:*",
"@mui/x-data-grid-pro": "workspace:*",
"@mui/x-internals": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-data-grid": "workspace:*",
"@mui/x-internals": "workspace:*",
"@mui/x-license": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-date-pickers": "workspace:*",
"@mui/x-internals": "workspace:*",
"@mui/x-license": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"@types/react-transition-group": "^4.4.11",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6"
"@mui/utils": "^5.16.6 || ^6.0.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6"
"@mui/utils": "^5.16.6 || ^6.0.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"@mui/x-license": "workspace:*",
"@mui/x-tree-view": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@mui/utils": "^5.16.6",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"@types/react-transition-group": "^4.4.11",
"clsx": "^2.1.1",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ce41a1

Please sign in to comment.