Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 653e04c commit 14322be
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 175 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"publish": "yarn workspaces foreach --all --no-private npm publish --tolerate-republish"
},
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@neetly/babel-preset": "0.3.0",
"@neetly/eslint-config": "0.7.0",
"@neetly/tsconfig": "0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/buncho/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"prepack": "run clean && run build && cp ../../LICENSE ."
},
"dependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@buncho/webpack-config": "workspace:*",
"@buncho/webpack-env": "workspace:*",
"@neetly/babel-preset": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepack": "run clean && run build && cp ../../LICENSE ."
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.25.8",
"@neetly/babel-preset": "0.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@types/mime-types": "2.1.4",
Expand Down
Loading

0 comments on commit 14322be

Please sign in to comment.