Skip to content

Commit 2b886c6

Browse files
Update babel monorepo
1 parent 77e48fe commit 2b886c6

File tree

3 files changed

+854
-1167
lines changed

3 files changed

+854
-1167
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"author": "atherdon, vadim9999, hirdbluebird",
2727
"license": "ISC",
2828
"devDependencies": {
29-
"@babel/cli": "7.18.9",
30-
"@babel/core": "7.18.9",
31-
"@babel/eslint-parser": "7.18.9",
32-
"@babel/preset-env": "7.18.9",
29+
"@babel/cli": "7.27.2",
30+
"@babel/core": "7.27.4",
31+
"@babel/eslint-parser": "7.27.1",
32+
"@babel/preset-env": "7.27.2",
3333
"@rollup/plugin-babel": "5.3.1",
3434
"@rollup/plugin-commonjs": "22.0.1",
3535
"@rollup/plugin-node-resolve": "13.3.0",

package/newsletter-constants/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"lint:fix": "eslint --fix . --ignore-path ./.eslintignore --resolve-plugins-relative-to ."
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "7.18.9",
22-
"@babel/core": "7.18.9",
21+
"@babel/cli": "7.27.2",
22+
"@babel/core": "7.27.4",
2323
"@babel/plugin-syntax-dynamic-import": "7.8.3",
24-
"@babel/preset-env": "7.18.9",
24+
"@babel/preset-env": "7.27.2",
2525
"@rollup/plugin-babel": "5.3.1",
2626
"@rollup/plugin-commonjs": "22.0.0",
2727
"@rollup/plugin-node-resolve": "13.2.0",

0 commit comments

Comments
 (0)