Skip to content

Commit f89bd29

Browse files
Bump babel to ^7.25.7 (#14842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a51c014 commit f89bd29

File tree

18 files changed

+1034
-1039
lines changed

18 files changed

+1034
-1039
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"populate:demos": "tsx scripts/populatePickersDemos"
2020
},
2121
"dependencies": {
22-
"@babel/core": "^7.25.2",
23-
"@babel/runtime": "^7.25.6",
24-
"@babel/runtime-corejs2": "^7.25.6",
22+
"@babel/core": "^7.25.7",
23+
"@babel/runtime": "^7.25.7",
24+
"@babel/runtime-corejs2": "^7.25.7",
2525
"@docsearch/react": "^3.6.2",
2626
"@emotion/cache": "^11.13.1",
2727
"@emotion/react": "^11.13.3",
@@ -99,8 +99,8 @@
9999
"webpack-bundle-analyzer": "^4.10.2"
100100
},
101101
"devDependencies": {
102-
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
103-
"@babel/preset-typescript": "^7.24.7",
102+
"@babel/plugin-transform-react-constant-elements": "^7.25.7",
103+
"@babel/preset-typescript": "^7.25.7",
104104
"@mui/internal-docs-utils": "^1.0.13",
105105
"@mui/internal-scripts": "^1.0.21",
106106
"@types/chance": "^1.1.6",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@
7272
"@actions/core": "^1.11.1",
7373
"@actions/github": "^6.0.0",
7474
"@argos-ci/core": "^2.8.1",
75-
"@babel/cli": "^7.25.6",
76-
"@babel/core": "^7.25.2",
77-
"@babel/node": "^7.25.0",
78-
"@babel/plugin-transform-class-properties": "^7.25.4",
79-
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
80-
"@babel/plugin-transform-private-methods": "^7.25.4",
81-
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
82-
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
83-
"@babel/plugin-transform-runtime": "^7.25.4",
84-
"@babel/preset-env": "^7.25.4",
85-
"@babel/preset-react": "^7.24.7",
86-
"@babel/preset-typescript": "^7.24.7",
87-
"@babel/register": "^7.24.6",
88-
"@babel/traverse": "^7.25.6",
89-
"@babel/types": "^7.25.6",
75+
"@babel/cli": "^7.25.7",
76+
"@babel/core": "^7.25.7",
77+
"@babel/node": "^7.25.7",
78+
"@babel/plugin-transform-class-properties": "^7.25.7",
79+
"@babel/plugin-transform-object-rest-spread": "^7.25.7",
80+
"@babel/plugin-transform-private-methods": "^7.25.7",
81+
"@babel/plugin-transform-private-property-in-object": "^7.25.7",
82+
"@babel/plugin-transform-react-constant-elements": "^7.25.7",
83+
"@babel/plugin-transform-runtime": "^7.25.7",
84+
"@babel/preset-env": "^7.25.7",
85+
"@babel/preset-react": "^7.25.7",
86+
"@babel/preset-typescript": "^7.25.7",
87+
"@babel/register": "^7.25.7",
88+
"@babel/traverse": "^7.25.7",
89+
"@babel/types": "^7.25.7",
9090
"@emotion/cache": "^11.13.1",
9191
"@emotion/react": "^11.13.3",
9292
"@emotion/styled": "^11.13.0",

packages/x-charts-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"directory": "packages/x-charts-pro"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.25.6",
42+
"@babel/runtime": "^7.25.7",
4343
"@mui/utils": "^5.16.6",
4444
"@mui/x-charts": "workspace:*",
4545
"@mui/x-charts-vendor": "workspace:*",

packages/x-charts-vendor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"dependencies": {
27-
"@babel/runtime": "^7.25.6",
27+
"@babel/runtime": "^7.25.7",
2828
"@types/d3-color": "^3.1.3",
2929
"@types/d3-delaunay": "^6.0.4",
3030
"@types/d3-interpolate": "^3.0.4",
@@ -41,7 +41,7 @@
4141
"robust-predicates": "^3.0.2"
4242
},
4343
"devDependencies": {
44-
"@babel/plugin-transform-runtime": "^7.25.4",
44+
"@babel/plugin-transform-runtime": "^7.25.7",
4545
"@types/d3-array": "^3.2.1",
4646
"@types/d3-format": "^3.0.4",
4747
"@types/d3-path": "^3.1.0",

packages/x-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"directory": "packages/x-charts"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.25.6",
42+
"@babel/runtime": "^7.25.7",
4343
"@mui/utils": "^5.16.6",
4444
"@mui/x-charts-vendor": "workspace:*",
4545
"@mui/x-internals": "workspace:*",

packages/x-codemod/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"url": "https://opencollective.com/mui-org"
3333
},
3434
"dependencies": {
35-
"@babel/core": "^7.25.2",
36-
"@babel/runtime": "^7.25.6",
37-
"@babel/traverse": "^7.25.6",
35+
"@babel/core": "^7.25.7",
36+
"@babel/runtime": "^7.25.7",
37+
"@babel/traverse": "^7.25.7",
3838
"jscodeshift": "17.0.0",
3939
"yargs": "^17.7.2"
4040
},

packages/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"directory": "packages/x-data-grid-generator"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "^7.25.6",
36+
"@babel/runtime": "^7.25.7",
3737
"@mui/x-data-grid-premium": "workspace:*",
3838
"chance": "^1.1.12",
3939
"clsx": "^2.1.1",

packages/x-data-grid-premium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"directory": "packages/x-data-grid-premium"
4444
},
4545
"dependencies": {
46-
"@babel/runtime": "^7.25.6",
46+
"@babel/runtime": "^7.25.7",
4747
"@mui/utils": "^5.16.6",
4848
"@mui/x-data-grid": "workspace:*",
4949
"@mui/x-data-grid-pro": "workspace:*",

packages/x-data-grid-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"directory": "packages/x-data-grid-pro"
4444
},
4545
"dependencies": {
46-
"@babel/runtime": "^7.25.6",
46+
"@babel/runtime": "^7.25.7",
4747
"@mui/utils": "^5.16.6",
4848
"@mui/x-data-grid": "workspace:*",
4949
"@mui/x-internals": "workspace:*",

packages/x-data-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"directory": "packages/x-data-grid"
4848
},
4949
"dependencies": {
50-
"@babel/runtime": "^7.25.6",
50+
"@babel/runtime": "^7.25.7",
5151
"@mui/utils": "^5.16.6",
5252
"@mui/x-internals": "workspace:*",
5353
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)