Skip to content

Commit d1cea95

Browse files
Bump babel monorepo
1 parent ccd10f7 commit d1cea95

22 files changed

Lines changed: 1172 additions & 240 deletions

File tree

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"link-check": "tsx ./scripts/reportBrokenLinks.mts"
1919
},
2020
"dependencies": {
21-
"@babel/core": "^7.29.7",
22-
"@babel/runtime": "^7.29.7",
21+
"@babel/core": "^8.0.1",
22+
"@babel/runtime": "^8.0.0",
2323
"@base-ui/react": "catalog:docs",
2424
"@docsearch/react": "^3.9.0",
2525
"@emotion/cache": "catalog:docs",
@@ -100,8 +100,8 @@
100100
"webpack-bundle-analyzer": "^5.3.0"
101101
},
102102
"devDependencies": {
103-
"@babel/plugin-transform-react-constant-elements": "7.29.7",
104-
"@babel/preset-typescript": "7.29.7",
103+
"@babel/plugin-transform-react-constant-elements": "8.0.1",
104+
"@babel/preset-typescript": "8.0.1",
105105
"@mui/internal-api-docs-builder": "workspace:^",
106106
"@mui/internal-docs-utils": "workspace:^",
107107
"@mui/internal-scripts": "workspace:^",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
},
8585
"devDependencies": {
8686
"@arethetypeswrong/cli": "0.18.4",
87-
"@babel/core": "7.29.7",
88-
"@babel/node": "7.29.7",
89-
"@babel/plugin-transform-react-constant-elements": "7.29.7",
87+
"@babel/core": "8.0.1",
88+
"@babel/node": "8.0.1",
89+
"@babel/plugin-transform-react-constant-elements": "8.0.1",
9090
"@eslint/compat": "2.1.0",
9191
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27",
9292
"@mui/internal-bundle-size-checker": "1.0.9-canary.78",

packages-internal/api-docs-builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"directory": "packages-internal/api-docs-builder"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.29.7",
16-
"@babel/preset-typescript": "^7.29.7",
17-
"@babel/traverse": "^7.29.7",
18-
"@babel/types": "^7.29.7",
15+
"@babel/core": "^8.0.1",
16+
"@babel/preset-typescript": "^8.0.1",
17+
"@babel/traverse": "^8.0.4",
18+
"@babel/types": "^8.0.4",
1919
"@mui/internal-docs-utils": "workspace:^",
2020
"@mui/internal-markdown": "workspace:^",
2121
"doctrine": "^3.0.0",

packages-internal/core-docs/package.json

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

packages-internal/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
2727
},
2828
"dependencies": {
29-
"@babel/runtime": "^7.29.7",
29+
"@babel/runtime": "^8.0.0",
3030
"es-toolkit": "^1.46.1",
3131
"marked": "^18.0.5",
3232
"prismjs": "^1.30.0"

packages-internal/scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"typescript": "tsgo -b tsconfig.typecheck.json"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.29.7",
31+
"@babel/core": "^8.0.1",
3232
"@babel/plugin-syntax-class-properties": "^7.12.13",
33-
"@babel/plugin-syntax-jsx": "^7.29.7",
34-
"@babel/plugin-syntax-typescript": "^7.29.7",
35-
"@babel/types": "^7.29.7",
33+
"@babel/plugin-syntax-jsx": "^8.0.1",
34+
"@babel/plugin-syntax-typescript": "^8.0.3",
35+
"@babel/types": "^8.0.4",
3636
"@mui/internal-docs-utils": "workspace:^",
3737
"doctrine": "^3.0.0",
3838
"es-toolkit": "^1.46.1",
3939
"typescript": "^6.0.3"
4040
},
4141
"devDependencies": {
42-
"@babel/register": "7.29.7",
42+
"@babel/register": "8.0.1",
4343
"@types/babel__core": "7.20.5",
4444
"@types/chai": "5.2.3",
4545
"@types/doctrine": "0.0.9",

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.29.7",
32-
"@babel/runtime": "^7.29.7",
33-
"@babel/traverse": "^7.29.7",
31+
"@babel/core": "^8.0.1",
32+
"@babel/runtime": "^8.0.0",
33+
"@babel/traverse": "^8.0.4",
3434
"@mui/material-v5": "npm:@mui/material@5.18.0",
3535
"jscodeshift": "^17.3.0",
3636
"jscodeshift-add-imports": "^1.0.11",

packages/mui-icons-material/lib/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 --entrypoints \".\" \"ZoomOutTwoTone\""
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.29.7"
44+
"@babel/runtime": "^8.0.0"
4545
},
4646
"devDependencies": {
4747
"@mui/icons-material": "workspace:*",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "tsgo -p tsconfig.json"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "^7.29.7",
36+
"@babel/runtime": "^8.0.0",
3737
"@mui/system": "workspace:^",
3838
"@mui/types": "workspace:^",
3939
"@mui/utils": "workspace:^",

0 commit comments

Comments
 (0)