Skip to content

Commit 97db48e

Browse files
authored
Merge pull request #4526 from easyops-cn/renovate/next-babel-monorepo
chore(deps): Update babel monorepo to ^7.25.9 (next)
2 parents ef53606 + 33be472 commit 97db48e

File tree

7 files changed

+714
-719
lines changed

7 files changed

+714
-719
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.8",
41-
"@babel/types": "^7.25.8",
40+
"@babel/core": "^7.25.9",
41+
"@babel/types": "^7.25.9",
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.8",
82-
"@babel/runtime": "^7.25.7",
81+
"@babel/parser": "^7.25.9",
82+
"@babel/runtime": "^7.25.9",
8383
"@types/react": "^18.3.4",
8484
"lodash": "^4.17.21",
8585
"moment": "^2.30.1"

packages/babel-preset-next/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"sideEffects": false,
1313
"dependencies": {
14-
"@babel/plugin-proposal-decorators": "^7.25.7",
15-
"@babel/plugin-transform-runtime": "^7.25.7",
16-
"@babel/preset-env": "^7.25.8",
17-
"@babel/preset-react": "^7.25.7",
18-
"@babel/preset-typescript": "^7.25.7",
19-
"@babel/runtime": "^7.25.7"
14+
"@babel/plugin-proposal-decorators": "^7.25.9",
15+
"@babel/plugin-transform-runtime": "^7.25.9",
16+
"@babel/preset-env": "^7.25.9",
17+
"@babel/preset-react": "^7.25.9",
18+
"@babel/preset-typescript": "^7.25.9",
19+
"@babel/runtime": "^7.25.9"
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.25.8",
38-
"@babel/traverse": "^7.25.7",
37+
"@babel/parser": "^7.25.9",
38+
"@babel/traverse": "^7.25.9",
3939
"@svgr/webpack": "^8.1.0",
4040
"babel-loader": "^9.2.1",
4141
"css-loader": "^7.1.2",

packages/build-next-libs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"sideEffects": false,
2121
"dependencies": {
22-
"@babel/cli": "^7.25.7",
23-
"@babel/core": "^7.25.8",
22+
"@babel/cli": "^7.25.9",
23+
"@babel/core": "^7.25.9",
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.8"
52+
"@babel/parser": "^7.25.9"
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.8",
35+
"@babel/core": "^7.25.9",
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: 698 additions & 703 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)