Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ^7.25.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 986100b commit bb121c8
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/preset-typescript": "^7.25.7",
"@cybozu/eslint-config": "^23.0.0",
"@cybozu/license-manager": "^1.2.1",
"@octokit/rest": "^20.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@cybozu/eslint-config": "^23.0.0",
"@kintone/dts-gen": "^8.0.13",
"@kintone/webpack-plugin-kintone-plugin": "^8.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-manifest-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bytes": "^3.1.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@babel/preset-typescript": "^7.25.7",
"@types/bytes": "^3.1.4",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"intelli-espower-loader": "^1.1.0",
Expand Down
Loading

0 comments on commit bb121c8

Please sign in to comment.