Skip to content

Commit 27d1cd7

Browse files
fix(deps): update babel monorepo to ^7.28.5
1 parent f57e6ea commit 27d1cd7

File tree

11 files changed

+647
-657
lines changed

11 files changed

+647
-657
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@changesets/cli": "^2.29.7",
69-
"@babel/core": "^7.28.4",
69+
"@babel/core": "^7.28.5",
7070
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
7171
"@biomejs/biome": "1.9.4",
7272
"@commitlint/cli": "^17.8.1",

packages/cli/babel-preset/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"test:watch": "vitest dev"
5252
},
5353
"dependencies": {
54-
"@babel/core": "^7.28.4",
54+
"@babel/core": "^7.28.5",
5555
"@babel/plugin-proposal-decorators": "^7.28.0",
5656
"@babel/plugin-proposal-export-default-from": "^7.27.1",
5757
"@babel/plugin-proposal-partial-application": "^7.27.1",
5858
"@babel/plugin-proposal-pipeline-operator": "^7.27.1",
59-
"@babel/plugin-transform-runtime": "^7.28.3",
60-
"@babel/preset-env": "^7.28.3",
61-
"@babel/preset-typescript": "^7.27.1",
59+
"@babel/plugin-transform-runtime": "^7.28.5",
60+
"@babel/preset-env": "^7.28.5",
61+
"@babel/preset-typescript": "^7.28.5",
6262
"@babel/runtime": "^7.28.4",
63-
"@babel/types": "^7.28.4",
63+
"@babel/types": "^7.28.5",
6464
"@rsbuild/plugin-babel": "1.0.6",
6565
"@swc/helpers": "^0.5.17",
6666
"@types/babel__core": "^7.20.5",

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"test": "jest --passWithNoTests"
8181
},
8282
"dependencies": {
83-
"@babel/core": "^7.28.4",
83+
"@babel/core": "^7.28.5",
8484
"@modern-js/bff-core": "workspace:*",
8585
"@modern-js/create-request": "workspace:*",
8686
"@modern-js/server-core": "workspace:*",

packages/cli/plugin-data-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test": "jest --passWithNoTests"
5454
},
5555
"dependencies": {
56-
"@babel/core": "^7.28.4",
56+
"@babel/core": "^7.28.5",
5757
"@modern-js/runtime-utils": "workspace:*",
5858
"@modern-js/utils": "workspace:*",
5959
"@swc/helpers": "^0.5.17",

packages/server/babel-plugin-module-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"resolve": "^1.22.11"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.28.4",
48+
"@babel/core": "^7.28.5",
4949
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
5050
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
51-
"@babel/preset-env": "^7.28.3",
51+
"@babel/preset-env": "^7.28.5",
5252
"@scripts/build": "workspace:*",
5353
"@scripts/jest-config": "workspace:*",
5454
"common-tags": "^1.8.2",

packages/server/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": "jest"
4747
},
4848
"dependencies": {
49-
"@babel/core": "^7.28.4",
49+
"@babel/core": "^7.28.5",
5050
"@babel/register": "^7.28.3",
5151
"@modern-js/runtime-utils": "workspace:*",
5252
"@modern-js/server-core": "workspace:*",

packages/server/utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"test": "jest --passWithNoTests"
3939
},
4040
"dependencies": {
41-
"@babel/core": "^7.28.4",
41+
"@babel/core": "^7.28.5",
4242
"@babel/plugin-proposal-decorators": "^7.28.0",
43-
"@babel/preset-env": "^7.28.3",
44-
"@babel/preset-react": "^7.27.1",
45-
"@babel/preset-typescript": "^7.27.1",
43+
"@babel/preset-env": "^7.28.5",
44+
"@babel/preset-react": "^7.28.5",
45+
"@babel/preset-typescript": "^7.28.5",
4646
"@modern-js/babel-compiler": "workspace:*",
4747
"@modern-js/babel-plugin-module-resolver": "workspace:*",
4848
"@modern-js/babel-preset": "workspace:*",

packages/solutions/app-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
"test": "jest --passWithNoTests"
9393
},
9494
"dependencies": {
95-
"@babel/parser": "^7.28.4",
96-
"@babel/traverse": "^7.28.4",
97-
"@babel/types": "^7.28.4",
95+
"@babel/parser": "^7.28.5",
96+
"@babel/traverse": "^7.28.5",
97+
"@babel/types": "^7.28.5",
9898
"@modern-js/node-bundle-require": "workspace:*",
9999
"@modern-js/plugin-data-loader": "workspace:*",
100100
"@modern-js/i18n-utils": "workspace:*",

packages/toolkit/compiler/babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"test": "jest --passWithNoTests"
3838
},
3939
"dependencies": {
40-
"@babel/core": "^7.28.4",
40+
"@babel/core": "^7.28.5",
4141
"@modern-js/utils": "workspace:*",
4242
"@swc/helpers": "^0.5.17"
4343
},
4444
"devDependencies": {
4545
"@babel/plugin-transform-classes": "^7.28.4",
46-
"@babel/preset-typescript": "^7.27.1",
46+
"@babel/preset-typescript": "^7.28.5",
4747
"@scripts/build": "workspace:*",
4848
"@scripts/jest-config": "workspace:*",
4949
"@types/babel__core": "^7.20.5",

0 commit comments

Comments
 (0)