Skip to content

Commit

Permalink
chore(packages): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Aug 10, 2024
1 parent 31007b5 commit 5f815b3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 97 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import vitest from 'eslint-plugin-vitest'
import vitest from '@vitest/eslint-plugin'
import stylistic from '@stylistic/eslint-plugin'
import eslintPlugin from 'eslint-plugin-eslint-plugin'
import parser from '@typescript-eslint/parser'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@typescript-eslint/rule-tester": "8.0.0",
"@vitest/eslint-plugin": "^1.0.0",
"bumpp": "^9.4.2",
"concurrently": "^8.2.2",
"eslint": "^9.9.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-remote-tester": "^4.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"importx": "^0.3.11",
Expand All @@ -64,10 +64,10 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@typescript-eslint/utils": ">= 8.0",
"eslint": ">= 8.57.0",
"typescript": ">= 5.0.0",
"vitest": "*",
"@typescript-eslint/utils": ">= 7.8 || 8.0.0"
"vitest": "*"
},
"peerDependenciesMeta": {
"vitest": {
Expand Down
120 changes: 27 additions & 93 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 5f815b3

Please sign in to comment.