Skip to content

Commit 9904336

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

File tree

3 files changed

+560
-549
lines changed

3 files changed

+560
-549
lines changed

packages/babel-preset-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.26.0",
20+
"@babel/core": "^7.26.9",
2121
"@babel/plugin-proposal-class-properties": "^7.18.6",
2222
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2323
"@babel/plugin-transform-block-scoping": "^7.25.9",
24-
"@babel/plugin-transform-runtime": "^7.25.9",
25-
"@babel/preset-env": "^7.26.0",
26-
"@babel/preset-react": "^7.25.9",
24+
"@babel/plugin-transform-runtime": "^7.26.9",
25+
"@babel/preset-env": "^7.26.9",
26+
"@babel/preset-react": "^7.26.3",
2727
"@babel/preset-typescript": "^7.26.0",
28-
"@babel/runtime": "^7.26.0",
29-
"@babel/runtime-corejs3": "^7.26.0",
28+
"@babel/runtime": "^7.26.9",
29+
"@babel/runtime-corejs3": "^7.26.9",
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@babel/core": "^7.26.0",
22-
"@babel/eslint-parser": "7.25.9",
21+
"@babel/core": "^7.26.9",
22+
"@babel/eslint-parser": "7.26.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)