Skip to content

Commit 1592768

Browse files
Bump babel to ^7.26.10 (#45580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MUI bot <[email protected]>
1 parent a1742fc commit 1592768

File tree

26 files changed

+176
-211
lines changed

26 files changed

+176
-211
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"server:system": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/system.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\""
1212
},
1313
"dependencies": {
14-
"@babel/runtime": "^7.26.9",
14+
"@babel/runtime": "^7.26.10",
1515
"@chakra-ui/system": "^2.6.2",
1616
"@emotion/react": "^11.13.5",
1717
"@emotion/server": "^11.11.0",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"link-check": "tsx ./scripts/reportBrokenLinks.js"
2020
},
2121
"dependencies": {
22-
"@babel/core": "^7.26.9",
23-
"@babel/runtime": "^7.26.9",
24-
"@babel/runtime-corejs2": "^7.26.9",
22+
"@babel/core": "^7.26.10",
23+
"@babel/runtime": "^7.26.10",
24+
"@babel/runtime-corejs2": "^7.26.10",
2525
"@docsearch/react": "^3.9.0",
2626
"@emotion/cache": "^11.13.5",
2727
"@emotion/react": "^11.13.5",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
"@arethetypeswrong/cli": "^0.17.4",
112112
"@argos-ci/core": "^3.1.0",
113113
"@babel/cli": "^7.26.4",
114-
"@babel/core": "^7.26.9",
114+
"@babel/core": "^7.26.10",
115115
"@babel/node": "^7.26.0",
116116
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
117-
"@babel/plugin-transform-runtime": "^7.26.9",
117+
"@babel/plugin-transform-runtime": "^7.26.10",
118118
"@babel/preset-env": "^7.26.9",
119119
"@babel/preset-react": "^7.26.3",
120120
"@babel/preset-typescript": "^7.26.0",
@@ -210,12 +210,12 @@
210210
"pnpm": "9.15.4"
211211
},
212212
"resolutions": {
213-
"@babel/core": "^7.26.9",
214-
"@babel/plugin-transform-runtime": "^7.26.9",
213+
"@babel/core": "^7.26.10",
214+
"@babel/plugin-transform-runtime": "^7.26.10",
215215
"@babel/preset-env": "^7.26.9",
216216
"@babel/preset-react": "^7.26.3",
217217
"@babel/preset-typescript": "^7.26.0",
218-
"@babel/runtime": "^7.26.9",
218+
"@babel/runtime": "^7.26.10",
219219
"@definitelytyped/header-parser": "^0.2.17",
220220
"@definitelytyped/typescript-versions": "^0.1.7",
221221
"@definitelytyped/utils": "^0.1.8",

packages-internal/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"typescript": "tsc --build tsconfig.typecheck.json"
2626
},
2727
"dependencies": {
28-
"@babel/core": "^7.26.9",
28+
"@babel/core": "^7.26.10",
2929
"@babel/plugin-syntax-class-properties": "^7.12.13",
3030
"@babel/plugin-syntax-jsx": "^7.25.9",
3131
"@babel/plugin-syntax-typescript": "^7.25.9",
32-
"@babel/types": "^7.26.9",
32+
"@babel/types": "^7.26.10",
3333
"@mui/internal-docs-utils": "workspace:^",
3434
"doctrine": "^3.0.0",
3535
"lodash": "^4.17.21",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
3737
"@babel/preset-typescript": "^7.26.0",
3838
"@babel/register": "^7.25.9",
39-
"@babel/runtime": "^7.26.9",
39+
"@babel/runtime": "^7.26.10",
4040
"@emotion/cache": "^11.13.5",
4141
"@emotion/react": "^11.13.5",
4242
"@testing-library/dom": "^10.4.0",

packages/api-docs-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"typescript": "tsc -p tsconfig.json"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.26.9",
11+
"@babel/core": "^7.26.10",
1212
"@babel/preset-typescript": "^7.26.0",
13-
"@babel/traverse": "^7.26.9",
13+
"@babel/traverse": "^7.26.10",
1414
"@mui/internal-docs-utils": "workspace:^",
1515
"@mui/internal-markdown": "workspace:^",
1616
"ast-types": "^0.14.2",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.26.9",
28+
"@babel/runtime": "^7.26.10",
2929
"lodash": "^4.17.21",
3030
"marked": "^15.0.7",
3131
"prismjs": "^1.30.0"

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.26.9",
43+
"@babel/runtime": "^7.26.10",
4444
"@floating-ui/react-dom": "^2.1.1",
4545
"@mui/types": "workspace:^",
4646
"@mui/utils": "workspace:^",

packages/mui-codemod/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"url": "https://opencollective.com/mui-org"
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.26.9",
34-
"@babel/runtime": "^7.26.9",
35-
"@babel/traverse": "^7.26.9",
33+
"@babel/core": "^7.26.10",
34+
"@babel/runtime": "^7.26.10",
35+
"@babel/traverse": "^7.26.10",
3636
"jscodeshift": "^17.1.2",
3737
"jscodeshift-add-imports": "^1.0.11",
3838
"postcss": "^8.5.3",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "tsc -p tsconfig.json"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.26.9",
38+
"@babel/runtime": "^7.26.10",
3939
"@mui/internal-markdown": "workspace:^",
4040
"clipboard-copy": "^4.0.1",
4141
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)