Skip to content

Commit c3f3642

Browse files
Bump babel (#44841)
1 parent 757ce27 commit c3f3642

File tree

7 files changed

+125
-137
lines changed

7 files changed

+125
-137
lines changed

apps/pigment-css-vite-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"webfontloader": "^1.6.28"
2626
},
2727
"devDependencies": {
28-
"@babel/preset-react": "^7.25.9",
28+
"@babel/preset-react": "^7.26.3",
2929
"@babel/preset-typescript": "^7.26.0",
3030
"@pigment-css/vite-plugin": "0.0.28",
3131
"@types/react": "^19.0.1",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
},
107107
"devDependencies": {
108108
"@argos-ci/core": "^2.12.0",
109-
"@babel/cli": "^7.25.9",
109+
"@babel/cli": "^7.26.4",
110110
"@babel/core": "^7.26.0",
111111
"@babel/node": "^7.26.0",
112112
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
113113
"@babel/plugin-transform-runtime": "^7.25.9",
114114
"@babel/preset-env": "^7.26.0",
115-
"@babel/preset-react": "^7.25.9",
115+
"@babel/preset-react": "^7.26.3",
116116
"@babel/preset-typescript": "^7.26.0",
117117
"@babel/register": "^7.25.9",
118118
"@mui-internal/api-docs-builder": "workspace:^",
@@ -209,10 +209,10 @@
209209
"@babel/core": "^7.26.0",
210210
"@babel/plugin-transform-runtime": "^7.25.9",
211211
"@babel/preset-env": "^7.26.0",
212-
"@babel/preset-react": "^7.25.9",
212+
"@babel/preset-react": "^7.26.3",
213213
"@babel/preset-typescript": "^7.26.0",
214214
"@babel/runtime": "^7.26.0",
215-
"@babel/types": "^7.26.0",
215+
"@babel/types": "^7.26.3",
216216
"@definitelytyped/header-parser": "^0.2.16",
217217
"@definitelytyped/typescript-versions": "^0.1.6",
218218
"@definitelytyped/utils": "^0.1.8",

packages-internal/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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.0",
32+
"@babel/types": "^7.26.3",
3333
"@mui/internal-docs-utils": "workspace:^",
3434
"doctrine": "^3.0.0",
3535
"lodash": "^4.17.21",

packages-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
3434
},
3535
"dependencies": {
36-
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
36+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
3737
"@babel/preset-typescript": "^7.26.0",
3838
"@babel/register": "^7.25.9",
3939
"@babel/runtime": "^7.26.0",

packages/api-docs-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@babel/core": "^7.26.0",
1212
"@babel/preset-typescript": "^7.26.0",
13-
"@babel/traverse": "^7.25.9",
13+
"@babel/traverse": "^7.26.4",
1414
"@mui/internal-docs-utils": "workspace:^",
1515
"@mui/internal-markdown": "workspace:^",
1616
"ast-types": "^0.14.2",

packages/mui-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/core": "^7.26.0",
3434
"@babel/runtime": "^7.26.0",
35-
"@babel/traverse": "^7.25.9",
35+
"@babel/traverse": "^7.26.4",
3636
"jscodeshift": "^17.1.1",
3737
"jscodeshift-add-imports": "^1.0.11",
3838
"postcss": "^8.4.49",

0 commit comments

Comments
 (0)