Skip to content

Commit 744963d

Browse files
Bump babel monorepo to ^7.28.4
1 parent fed4a99 commit 744963d

File tree

22 files changed

+703
-703
lines changed

22 files changed

+703
-703
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
@@ -105,7 +105,7 @@
105105
},
106106
"devDependencies": {
107107
"@arethetypeswrong/cli": "^0.18.2",
108-
"@babel/core": "^7.28.3",
108+
"@babel/core": "^7.28.4",
109109
"@babel/node": "^7.28.0",
110110
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
111111
"@mui-internal/api-docs-builder": "workspace:^",
@@ -195,12 +195,12 @@
195195
"node": ">=22.18.0"
196196
},
197197
"resolutions": {
198-
"@babel/core": "^7.28.3",
198+
"@babel/core": "^7.28.4",
199199
"@babel/plugin-transform-runtime": "^7.28.3",
200200
"@babel/preset-env": "^7.28.3",
201201
"@babel/preset-react": "^7.27.1",
202202
"@babel/preset-typescript": "^7.27.1",
203-
"@babel/runtime": "^7.28.3",
203+
"@babel/runtime": "^7.28.4",
204204
"@definitelytyped/header-parser": "^0.2.20",
205205
"@definitelytyped/typescript-versions": "^0.1.9",
206206
"@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 --build 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.0",
3131
"prismjs": "^1.30.0"

packages/mui-codemod/package.json

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

packages/mui-docs/package.json

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

packages/mui-icons-material/package.json

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

packages/mui-joy/package.json

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

0 commit comments

Comments
 (0)