Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent f571057 commit 2ca63d8
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 134 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^18.19.31",
"babel-jest": "^29.7.0",
"comment-json": "^4.2.3",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
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 @@ -10,6 +10,6 @@
"devDependencies": {
"@cybozu/eslint-config": "^23.0.0",
"@kintone/plugin-packer": "^8.0.5",
"eslint": "^8.57.0"
"eslint": "^9.1.1"
}
}
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 @@ -24,7 +24,7 @@
"ajv": "^8.12.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
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 @@ -31,7 +31,7 @@
"@cybozu/eslint-config": "^23.0.0",
"axios": "^1.6.8",
"commander": "^12.0.0",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5"
Expand Down

0 comments on commit 2ca63d8

Please sign in to comment.