Skip to content

Commit

Permalink
fix: 🐛 use correct types for @eslint/js
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 1, 2024
1 parent ff85fb8 commit 5d953c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
},
"prettier": "@jimmy.codes/prettier-config",
"dependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/utils": "^8.12.2",
"astro-eslint-parser": "^1.0.3",
Expand Down
32 changes: 11 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d953c0

Please sign in to comment.