Skip to content

Commit 5444975

Browse files
Bump babel monorepo to ^7.28.5 (#47159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cddd14 commit 5444975

File tree

7 files changed

+651
-651
lines changed

7 files changed

+651
-651
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"link-check": "tsx ./scripts/reportBrokenLinks.ts"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.28.4",
20+
"@babel/core": "^7.28.5",
2121
"@babel/runtime": "^7.28.4",
2222
"@docsearch/react": "^3.9.0",
2323
"@emotion/cache": "^11.14.0",
@@ -106,7 +106,7 @@
106106
},
107107
"devDependencies": {
108108
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
109-
"@babel/preset-typescript": "^7.27.1",
109+
"@babel/preset-typescript": "^7.28.5",
110110
"@mui-internal/api-docs-builder": "workspace:^",
111111
"@mui/internal-docs-utils": "workspace:^",
112112
"@mui/internal-scripts": "workspace:^",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"devDependencies": {
101101
"@arethetypeswrong/cli": "^0.18.2",
102-
"@babel/core": "^7.28.4",
102+
"@babel/core": "^7.28.5",
103103
"@babel/node": "^7.28.0",
104104
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
105105
"@mui-internal/api-docs-builder": "workspace:^",
@@ -182,11 +182,11 @@
182182
"node": ">=22.18.0"
183183
},
184184
"resolutions": {
185-
"@babel/core": "^7.28.4",
186-
"@babel/plugin-transform-runtime": "^7.28.3",
187-
"@babel/preset-env": "^7.28.3",
188-
"@babel/preset-react": "^7.27.1",
189-
"@babel/preset-typescript": "^7.27.1",
185+
"@babel/core": "^7.28.5",
186+
"@babel/plugin-transform-runtime": "^7.28.5",
187+
"@babel/preset-env": "^7.28.5",
188+
"@babel/preset-react": "^7.28.5",
189+
"@babel/preset-typescript": "^7.28.5",
190190
"@babel/runtime": "^7.28.4",
191191
"@definitelytyped/header-parser": "^0.2.20",
192192
"@definitelytyped/typescript-versions": "^0.1.9",

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.4",
31+
"@babel/core": "^7.28.5",
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.4",
35+
"@babel/types": "^7.28.5",
3636
"@mui/internal-docs-utils": "workspace:^",
3737
"doctrine": "^3.0.0",
3838
"es-toolkit": "^1.40.0",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
43-
"@babel/preset-typescript": "^7.27.1",
43+
"@babel/preset-typescript": "^7.28.5",
4444
"@babel/register": "^7.28.3",
4545
"@babel/runtime": "^7.28.4",
4646
"@emotion/cache": "^11.14.0",

packages/api-docs-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"directory": "packages/api-docs-builder"
1414
},
1515
"dependencies": {
16-
"@babel/core": "^7.28.4",
17-
"@babel/preset-typescript": "^7.27.1",
18-
"@babel/traverse": "^7.28.4",
16+
"@babel/core": "^7.28.5",
17+
"@babel/preset-typescript": "^7.28.5",
18+
"@babel/traverse": "^7.28.5",
1919
"@mui/internal-docs-utils": "workspace:^",
2020
"@mui/internal-markdown": "workspace:^",
2121
"ast-types": "^0.14.2",

packages/mui-codemod/package.json

Lines changed: 2 additions & 2 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.4",
31+
"@babel/core": "^7.28.5",
3232
"@babel/runtime": "^7.28.4",
33-
"@babel/traverse": "^7.28.4",
33+
"@babel/traverse": "^7.28.5",
3434
"jscodeshift": "^17.1.2",
3535
"jscodeshift-add-imports": "^1.0.11",
3636
"postcss": "^8.5.6",

0 commit comments

Comments
 (0)