Skip to content

Commit

Permalink
fix(eslint): update dependencies (#745)
Browse files Browse the repository at this point in the history
* fix(eslint): update dependencies

* add changeset
  • Loading branch information
yusukebe authored Sep 24, 2024
1 parent 40b4ad9 commit 2378265
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 254 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-pillows-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/eslint-config': patch
---

fix: update dependencies
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@cloudflare/workers-types": "^4.20230307.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^8.57.0",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-n": "^17.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand Down
Loading

0 comments on commit 2378265

Please sign in to comment.