Skip to content

Commit 792dd68

Browse files
Bump babel monorepo to ^7.28.4 (#46872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5a4f60 commit 792dd68

File tree

22 files changed

+718
-718
lines changed

22 files changed

+718
-718
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"link-check": "tsx ./scripts/reportBrokenLinks.js"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.28.3",
21-
"@babel/runtime": "^7.28.3",
20+
"@babel/core": "^7.28.4",
21+
"@babel/runtime": "^7.28.4",
2222
"@docsearch/react": "^3.9.0",
2323
"@emotion/cache": "^11.14.0",
2424
"@emotion/react": "^11.14.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"devDependencies": {
108108
"@arethetypeswrong/cli": "^0.18.2",
109-
"@babel/core": "^7.28.3",
109+
"@babel/core": "^7.28.4",
110110
"@babel/node": "^7.28.0",
111111
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
112112
"@mui-internal/api-docs-builder": "workspace:^",
@@ -197,12 +197,12 @@
197197
"node": ">=22.18.0"
198198
},
199199
"resolutions": {
200-
"@babel/core": "^7.28.3",
200+
"@babel/core": "^7.28.4",
201201
"@babel/plugin-transform-runtime": "^7.28.3",
202202
"@babel/preset-env": "^7.28.3",
203203
"@babel/preset-react": "^7.27.1",
204204
"@babel/preset-typescript": "^7.27.1",
205-
"@babel/runtime": "^7.28.3",
205+
"@babel/runtime": "^7.28.4",
206206
"@definitelytyped/header-parser": "^0.2.20",
207207
"@definitelytyped/typescript-versions": "^0.1.9",
208208
"@definitelytyped/utils": "^0.1.8",

packages-internal/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"typescript": "tsc -b tsconfig.typecheck.json"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.28.3",
31+
"@babel/core": "^7.28.4",
3232
"@babel/plugin-syntax-class-properties": "^7.12.13",
3333
"@babel/plugin-syntax-jsx": "^7.27.1",
3434
"@babel/plugin-syntax-typescript": "^7.27.1",
35-
"@babel/types": "^7.28.2",
35+
"@babel/types": "^7.28.4",
3636
"@mui/internal-docs-utils": "workspace:^",
3737
"doctrine": "^3.0.0",
3838
"lodash": "^4.17.21",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
3838
"@babel/preset-typescript": "^7.27.1",
3939
"@babel/register": "^7.28.3",
40-
"@babel/runtime": "^7.28.3",
40+
"@babel/runtime": "^7.28.4",
4141
"@emotion/cache": "^11.14.0",
4242
"@emotion/react": "^11.14.0",
4343
"@testing-library/dom": "^10.4.1",

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.28.3",
11+
"@babel/core": "^7.28.4",
1212
"@babel/preset-typescript": "^7.27.1",
13-
"@babel/traverse": "^7.28.3",
13+
"@babel/traverse": "^7.28.4",
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.28.3",
28+
"@babel/runtime": "^7.28.4",
2929
"lodash": "^4.17.21",
3030
"marked": "^16.2.1",
3131
"prismjs": "^1.30.0"

packages/mui-codemod/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"url": "https://opencollective.com/mui-org"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.28.3",
32-
"@babel/runtime": "^7.28.3",
33-
"@babel/traverse": "^7.28.3",
31+
"@babel/core": "^7.28.4",
32+
"@babel/runtime": "^7.28.4",
33+
"@babel/traverse": "^7.28.4",
3434
"jscodeshift": "^17.1.2",
3535
"jscodeshift-add-imports": "^1.0.11",
3636
"postcss": "^8.5.6",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "tsc -p tsconfig.json"
2828
},
2929
"dependencies": {
30-
"@babel/runtime": "^7.28.3",
30+
"@babel/runtime": "^7.28.4",
3131
"@mui/internal-markdown": "workspace:^",
3232
"clipboard-copy": "^4.0.1",
3333
"clsx": "^2.1.1",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"attw": "attw --pack ./build --exclude-entrypoints esm --include-entrypoints Close"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.28.3"
44+
"@babel/runtime": "^7.28.4"
4545
},
4646
"devDependencies": {
4747
"@mui/icons-material": "workspace:*",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
3131
},
3232
"dependencies": {
33-
"@babel/runtime": "^7.28.3",
33+
"@babel/runtime": "^7.28.4",
3434
"@mui/base": "7.0.0-beta.4",
3535
"@mui/core-downloads-tracker": "workspace:^",
3636
"@mui/system": "workspace:^",

0 commit comments

Comments
 (0)