Skip to content

Commit

Permalink
Downgrade typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Aug 5, 2024
1 parent cec88da commit bd05a0c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"src"
],
"dependencies": {
"@typescript-eslint/utils": "8.0.0"
"@typescript-eslint/utils": "8.0.0-alpha.30"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "8.0.0",
"@typescript-eslint/rule-tester": "8.0.0-alpha.30",
"eslint": "^9.5.0"
},
"peerDependencies": {
Expand Down
71 changes: 55 additions & 16 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 bd05a0c

Please sign in to comment.