Skip to content

Commit

Permalink
fix(deps): update dependency @cybozu/eslint-config to v23 (#2664)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 3f568c8 commit b68c6a2
Show file tree
Hide file tree
Showing 5 changed files with 568 additions and 235 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@cybozu/eslint-config": "^22.0.2",
"@cybozu/eslint-config": "^23.0.0",
"@cybozu/license-manager": "^1.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/minimum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint src"
},
"devDependencies": {
"@cybozu/eslint-config": "^22.0.2",
"@cybozu/eslint-config": "^23.0.0",
"@kintone/plugin-packer": "^8.0.4",
"eslint": "^8.57.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@cybozu/eslint-config": "^22.0.2",
"@cybozu/eslint-config": "^23.0.0",
"@kintone/dts-gen": "^8.0.9",
"@kintone/webpack-plugin-kintone-plugin": "^8.0.6",
"ajv": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"@cybozu/eslint-config": "^22.0.2",
"@cybozu/eslint-config": "^23.0.0",
"axios": "^1.6.8",
"commander": "^12.0.0",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit b68c6a2

Please sign in to comment.