Skip to content

Commit

Permalink
Bump babel (mui#15138)
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 Oct 30, 2024
1 parent 3fa455a commit cc3970b
Show file tree
Hide file tree
Showing 18 changed files with 931 additions and 935 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"populate:demos": "tsx scripts/populatePickersDemos"
},
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/runtime": "^7.25.7",
"@babel/runtime-corejs2": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/runtime-corejs2": "^7.26.0",
"@docsearch/react": "^3.6.2",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
Expand Down Expand Up @@ -100,8 +100,8 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@mui/internal-docs-utils": "^1.0.14",
"@mui/internal-scripts": "^1.0.24",
"@types/chance": "^1.1.6",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@argos-ci/core": "^2.10.0",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/node": "^7.25.7",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/plugin-transform-object-rest-spread": "^7.25.8",
"@babel/plugin-transform-private-methods": "^7.25.7",
"@babel/plugin-transform-private-property-in-object": "^7.25.8",
"@babel/plugin-transform-react-constant-elements": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/register": "^7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"directory": "packages/x-charts-pro"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts-vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@types/d3-color": "^3.1.3",
"@types/d3-delaunay": "^6.0.4",
"@types/d3-interpolate": "^3.0.4",
Expand All @@ -41,7 +41,7 @@
"robust-predicates": "^3.0.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@types/d3-array": "^3.2.1",
"@types/d3-format": "^3.0.4",
"@types/d3-path": "^3.1.0",
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 @@ -39,7 +39,7 @@
"directory": "packages/x-charts"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-charts-vendor": "workspace:*",
"@mui/x-internals": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/x-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/runtime": "^7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/traverse": "^7.25.9",
"jscodeshift": "17.0.0",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"directory": "packages/x-data-grid-generator"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/x-data-grid-premium": "workspace:*",
"chance": "^1.1.12",
"clsx": "^2.1.1",
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 @@ -43,7 +43,7 @@
"directory": "packages/x-data-grid-premium"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-data-grid": "workspace:*",
"@mui/x-data-grid-pro": "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 @@ -43,7 +43,7 @@
"directory": "packages/x-data-grid-pro"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-data-grid": "workspace:*",
"@mui/x-internals": "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 @@ -47,7 +47,7 @@
"directory": "packages/x-data-grid"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"clsx": "^2.1.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 @@ -42,7 +42,7 @@
"directory": "packages/x-date-pickers-pro"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-date-pickers": "workspace:*",
"@mui/x-internals": "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 @@ -45,7 +45,7 @@
"directory": "packages/x-date-pickers"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"@types/react-transition-group": "^4.4.11",
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 @@ -41,7 +41,7 @@
"directory": "packages/x-internals"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0"
},
"peerDependencies": {
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 @@ -34,7 +34,7 @@
"directory": "packages/x-license"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0"
},
"peerDependencies": {
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 @@ -43,7 +43,7 @@
"directory": "packages/x-tree-view-pro"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"@mui/x-license": "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 @@ -43,7 +43,7 @@
"directory": "packages/x-tree-view"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/utils": "^5.16.6 || ^6.0.0",
"@mui/x-internals": "workspace:*",
"@types/react-transition-group": "^4.4.11",
Expand Down
Loading

0 comments on commit cc3970b

Please sign in to comment.