Skip to content

Commit c49463a

Browse files
Update babel monorepo to v7.25.9
1 parent 653e04c commit c49463a

File tree

4 files changed

+158
-183
lines changed

4 files changed

+158
-183
lines changed

package.json

+2-2
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.25.9",
23+
"@babel/core": "7.25.9",
2424
"@neetly/babel-preset": "0.3.0",
2525
"@neetly/eslint-config": "0.7.0",
2626
"@neetly/tsconfig": "0.3.0",

packages/buncho/package.json

+2-2
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.25.9",
25+
"@babel/core": "7.25.9",
2626
"@buncho/webpack-config": "workspace:*",
2727
"@buncho/webpack-env": "workspace:*",
2828
"@neetly/babel-preset": "0.3.0",

packages/webpack-config/package.json

+1-1
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.25.9",
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)