Skip to content

Commit

Permalink
Bump babel to ^7.25.4 (#14345)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <llukas.tyla@gmail.com>
  • Loading branch information
renovate[bot] and LukasTy committed Aug 27, 2024
1 parent 89350ce commit 1080a76
Show file tree
Hide file tree
Showing 21 changed files with 253 additions and 280 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/runtime-corejs2": "^7.25.0",
"@babel/runtime": "^7.25.4",
"@babel/runtime-corejs2": "^7.25.4",
"@docsearch/react": "^3.6.1",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/node": "^7.25.0",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"@babel/traverse": "^7.25.4",
"@babel/types": "^7.25.4",
"@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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-charts": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts-vendor/lib-vendor/d3-array/src/disjoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ function disjoint(values, other) {
for (const v of values) {
if (set.has(v)) return false;
let value, done;
while (({
while ({
value,
done
} = iterator.next())) {
} = iterator.next()) {
if (done) break;
if (Object.is(v, value)) return false;
set.add(value);
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts-vendor/lib-vendor/d3-array/src/reduce.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ function reduce(values, reducer, value) {
if (done) return;
++index;
}
while (({
while ({
done,
value: next
} = iterator.next()), !done) {
} = iterator.next(), !done) {
value = reducer(value, next, ++index, values);
}
return value;
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts-vendor/lib-vendor/d3-array/src/superset.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ function superset(values, other) {
const io = intern(o);
if (set.has(io)) continue;
let value, done;
while (({
while ({
value,
done
} = iterator.next())) {
} = iterator.next()) {
if (done) return false;
const ivalue = intern(value);
set.add(ivalue);
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.0",
"@babel/runtime": "^7.25.4",
"@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.24.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-charts-vendor": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/traverse": "^7.25.3",
"@babel/runtime": "^7.25.4",
"@babel/traverse": "^7.25.4",
"jscodeshift": "0.16.1",
"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.0",
"@babel/runtime": "^7.25.4",
"@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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-data-grid": "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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-data-grid": "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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-internals": "workspace:*",
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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-date-pickers": "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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@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.0",
"@babel/runtime": "^7.25.4",
"@mui/utils": "^5.16.6"
},
"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.0",
"@babel/runtime": "^7.25.4",
"@mui/utils": "^5.16.6"
},
"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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-internals": "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.0",
"@babel/runtime": "^7.25.4",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-internals": "workspace:*",
Expand Down
Loading

0 comments on commit 1080a76

Please sign in to comment.