Skip to content

Commit ae0a91e

Browse files
authored
Merge pull request #4536 from easyops-cn/renovate/next-babel-monorepo
chore(deps): Update babel monorepo (next)
2 parents 87eaf37 + 725df88 commit ae0a91e

File tree

7 files changed

+92
-126
lines changed

7 files changed

+92
-126
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"trailingComma": "es5"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.25.9",
41-
"@babel/types": "^7.25.9",
40+
"@babel/core": "^7.26.0",
41+
"@babel/types": "^7.26.0",
4242
"@cypress/browserify-preprocessor": "^3.0.2",
4343
"@next-core/brick-container": "*",
4444
"@next-core/brick-playground": "*",
@@ -78,8 +78,8 @@
7878
"packages/*"
7979
],
8080
"resolutions": {
81-
"@babel/parser": "^7.25.9",
82-
"@babel/runtime": "^7.25.9",
81+
"@babel/parser": "^7.26.1",
82+
"@babel/runtime": "^7.26.0",
8383
"@types/react": "^18.3.4",
8484
"lodash": "^4.17.21",
8585
"moment": "^2.30.1"

packages/babel-preset-next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dependencies": {
1414
"@babel/plugin-proposal-decorators": "^7.25.9",
1515
"@babel/plugin-transform-runtime": "^7.25.9",
16-
"@babel/preset-env": "^7.25.9",
16+
"@babel/preset-env": "^7.26.0",
1717
"@babel/preset-react": "^7.25.9",
18-
"@babel/preset-typescript": "^7.25.9",
19-
"@babel/runtime": "^7.25.9"
18+
"@babel/preset-typescript": "^7.26.0",
19+
"@babel/runtime": "^7.26.0"
2020
}
2121
}

packages/build-next-bricks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node": ">=16"
3535
},
3636
"dependencies": {
37-
"@babel/parser": "^7.25.9",
37+
"@babel/parser": "^7.26.1",
3838
"@babel/traverse": "^7.25.9",
3939
"@svgr/webpack": "^8.1.0",
4040
"babel-loader": "^9.2.1",

packages/build-next-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sideEffects": false,
2121
"dependencies": {
2222
"@babel/cli": "^7.25.9",
23-
"@babel/core": "^7.25.9",
23+
"@babel/core": "^7.26.0",
2424
"execa": "^5.1.1",
2525
"rimraf": "^5.0.10"
2626
}

packages/cook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"sideEffects": false,
5151
"dependencies": {
52-
"@babel/parser": "^7.25.9"
52+
"@babel/parser": "^7.26.1"
5353
},
5454
"devDependencies": {
5555
"@next-core/build-next-libs": "^1.0.19",

packages/test-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": ">=16"
3333
},
3434
"dependencies": {
35-
"@babel/core": "^7.25.9",
35+
"@babel/core": "^7.26.0",
3636
"@testing-library/dom": "^10.4.0",
3737
"@testing-library/jest-dom": "^6.6.2",
3838
"@testing-library/react": "^16.0.1",

yarn.lock

Lines changed: 81 additions & 115 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)