Skip to content

Commit

Permalink
fix(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 32c581f commit c3569ad
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 94 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@hytusium/eslint-config-typescript": "0.1.3",
"@hytusium/eslint-plugins": "0.1.3",
"@types/node": "22.10.7",
"eslint": "9.17.0",
"eslint": "9.18.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
"typescript-eslint": "8.20.0"
},
"engines": {
"node": ">=20.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
Expand All @@ -41,7 +41,7 @@
"@types/eslint": "9.6.1",
"@types/node": "22.10.7",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
"typescript-eslint": "8.20.0"
},
"peerDependencies": {
"eslint": ">=8.56.0"
Expand Down
Loading

0 comments on commit c3569ad

Please sign in to comment.