Skip to content

Commit 9ff7357

Browse files
Update babel monorepo
1 parent 653e04c commit 9ff7357

File tree

4 files changed

+147
-236
lines changed

4 files changed

+147
-236
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"publish": "yarn workspaces foreach --all --no-private npm publish --tolerate-republish"
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "7.24.1",
23-
"@babel/core": "7.24.4",
22+
"@babel/cli": "7.27.0",
23+
"@babel/core": "7.26.10",
2424
"@neetly/babel-preset": "0.3.0",
2525
"@neetly/eslint-config": "0.7.0",
2626
"@neetly/tsconfig": "0.3.0",

packages/buncho/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"prepack": "run clean && run build && cp ../../LICENSE ."
2222
},
2323
"dependencies": {
24-
"@babel/cli": "7.24.1",
25-
"@babel/core": "7.24.4",
24+
"@babel/cli": "7.27.0",
25+
"@babel/core": "7.26.10",
2626
"@buncho/webpack-config": "workspace:*",
2727
"@buncho/webpack-env": "workspace:*",
2828
"@neetly/babel-preset": "0.3.0",

packages/webpack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepack": "run clean && run build && cp ../../LICENSE ."
1919
},
2020
"dependencies": {
21-
"@babel/core": "7.24.4",
21+
"@babel/core": "7.26.10",
2222
"@neetly/babel-preset": "0.3.0",
2323
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
2424
"@types/mime-types": "2.1.4",

0 commit comments

Comments
 (0)