Skip to content

Commit

Permalink
chore(deps): update eslint and prettier (minor) (#3051)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nameless-mc <shunsuke-taniguchi@cybozu.co.jp>
  • Loading branch information
renovate[bot] and nameless-mc authored Jan 14, 2025
1 parent 3ace7a8 commit a7f8820
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 587 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@types/node": "^18.19.70",
"babel-jest": "^29.7.0",
"comment-json": "^4.2.5",
"eslint": "^9.13.0",
"eslint": "^9.18.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node-rsa": "^1.1.1",
"normalize-path": "^3.0.0",
"os-locale": "^5.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"sort-package-json": "^1.57.0"
},
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": "^24.0.0-beta.1",
"@kintone/plugin-packer": "^8.1.3",
"eslint": "^9.13.0"
"eslint": "^9.18.0"
}
}
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 @@ -24,9 +24,9 @@
"ajv": "^8.17.1",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint": "^9.18.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@cybozu/eslint-config": "^24.0.0-beta.1",
"axios": "^1.7.9",
"commander": "^12.1.0",
"eslint": "^9.13.0",
"eslint": "^9.18.0",
"form-data": "^4.0.1",
"lodash": "^4.17.21",
"prettier": "^3.3.3"
"prettier": "^3.4.2"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@cybozu/license-manager": "^1.2.1",
"@types/node": "^22.10.5",
"@typescript-eslint/rule-tester": "^8.19.1",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
Expand Down
Loading

0 comments on commit a7f8820

Please sign in to comment.