Skip to content

Commit a1a9d2e

Browse files
Update babel monorepo (#1123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e263d25 commit a1a9d2e

File tree

3 files changed

+805
-803
lines changed

3 files changed

+805
-803
lines changed

packages/babel-preset-app/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.24.6",
20+
"@babel/core": "^7.25.8",
2121
"@babel/plugin-proposal-class-properties": "^7.18.6",
2222
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
23-
"@babel/plugin-transform-block-scoping": "^7.24.6",
24-
"@babel/plugin-transform-runtime": "^7.24.6",
25-
"@babel/preset-env": "^7.24.6",
26-
"@babel/preset-react": "^7.24.6",
27-
"@babel/preset-typescript": "^7.24.6",
28-
"@babel/runtime": "^7.24.6",
29-
"@babel/runtime-corejs3": "^7.24.6",
23+
"@babel/plugin-transform-block-scoping": "^7.25.7",
24+
"@babel/plugin-transform-runtime": "^7.25.7",
25+
"@babel/preset-env": "^7.25.8",
26+
"@babel/preset-react": "^7.25.7",
27+
"@babel/preset-typescript": "^7.25.7",
28+
"@babel/runtime": "^7.25.7",
29+
"@babel/runtime-corejs3": "^7.25.7",
3030
"@getaround-eu/browserslist-config": "workspace:^",
3131
"babel-plugin-dynamic-import-node": "^2.3.3",
3232
"babel-plugin-macros": "^3.1.0",

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@babel/core": "^7.24.6",
22-
"@babel/eslint-parser": "7.24.6",
21+
"@babel/core": "^7.25.8",
22+
"@babel/eslint-parser": "7.25.8",
2323
"@typescript-eslint/eslint-plugin": "6.21.0",
2424
"@typescript-eslint/parser": "6.21.0",
2525
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)