Skip to content

Commit

Permalink
fix: move typescript-eslint types to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro authored and azat-io committed Jul 22, 2024
1 parent 933cebd commit 44edb63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"vue-eslint-parser": ">=9.0.0"
},
"dependencies": {
"@typescript-eslint/types": "^7.14.1",
"@typescript-eslint/utils": "^7.14.1",
"minimatch": "^9.0.5",
"natural-compare-lite": "^1.4.0"
Expand All @@ -92,7 +93,6 @@
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/rule-tester": "^7.14.1",
"@typescript-eslint/types": "^7.14.1",
"@vitest/coverage-v8": "^0.34.6",
"ajv": "^6.12.6",
"astro-eslint-parser": "^1.0.2",
Expand Down
36 changes: 6 additions & 30 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 44edb63

Please sign in to comment.