Skip to content

Commit 3f69e2c

Browse files
authored
Merge pull request #4604 from easyops-cn/renovate/next-babel-monorepo
chore(deps): Update babel monorepo (next)
2 parents d647a7e + 4f176d3 commit 3f69e2c

File tree

7 files changed

+187
-191
lines changed

7 files changed

+187
-191
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.26.0",
41-
"@babel/types": "^7.26.5",
40+
"@babel/core": "^7.26.8",
41+
"@babel/types": "^7.26.8",
4242
"@cypress/browserify-preprocessor": "^3.0.2",
4343
"@next-shared/common-bricks": "^0.53.1",
4444
"@types/doctrine": "^0.0.9",
@@ -77,8 +77,8 @@
7777
"packages/*"
7878
],
7979
"resolutions": {
80-
"@babel/parser": "^7.26.5",
81-
"@babel/runtime": "^7.26.0",
80+
"@babel/parser": "^7.26.8",
81+
"@babel/runtime": "^7.26.7",
8282
"@types/react": "^18.3.4",
8383
"lodash": "^4.17.21",
8484
"moment": "^2.30.1"

packages/babel-preset-next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"sideEffects": false,
1313
"dependencies": {
1414
"@babel/plugin-proposal-decorators": "^7.25.9",
15-
"@babel/plugin-transform-runtime": "^7.25.9",
16-
"@babel/preset-env": "^7.26.0",
15+
"@babel/plugin-transform-runtime": "^7.26.8",
16+
"@babel/preset-env": "^7.26.8",
1717
"@babel/preset-react": "^7.26.3",
1818
"@babel/preset-typescript": "^7.26.0",
19-
"@babel/runtime": "^7.26.0"
19+
"@babel/runtime": "^7.26.7"
2020
}
2121
}

packages/build-next-bricks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"node": ">=16"
3535
},
3636
"dependencies": {
37-
"@babel/parser": "^7.26.5",
38-
"@babel/traverse": "^7.26.5",
37+
"@babel/parser": "^7.26.8",
38+
"@babel/traverse": "^7.26.8",
3939
"@next-core/babel-preset-next": "^1.0.24",
4040
"@svgr/webpack": "^8.1.0",
4141
"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.26.4",
23-
"@babel/core": "^7.26.0",
23+
"@babel/core": "^7.26.8",
2424
"@next-core/babel-preset-next": "^1.0.24",
2525
"execa": "^5.1.1",
2626
"rimraf": "^5.0.10"

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.26.5"
52+
"@babel/parser": "^7.26.8"
5353
},
5454
"devDependencies": {
5555
"@next-core/build-next-libs": "^1.0.23",

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.26.0",
35+
"@babel/core": "^7.26.8",
3636
"@testing-library/dom": "^10.4.0",
3737
"@testing-library/jest-dom": "^6.6.3",
3838
"@testing-library/react": "^16.1.0",

yarn.lock

Lines changed: 175 additions & 179 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)