Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 12, 2024
1 parent 576c770 commit 9748679
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 297 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-unused-imports",
"version": "4.1.3",
"type": "commonjs",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.10.0",
"description": "Report and remove unused es6 modules",
"keywords": [
"eslint",
Expand Down Expand Up @@ -42,22 +42,22 @@
}
},
"devDependencies": {
"@types/eslint": "^9.6.0",
"@typescript-eslint-v5/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^5",
"@typescript-eslint-v5/parser": "npm:@typescript-eslint/parser@^5",
"@typescript-eslint-v6/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^6",
"@typescript-eslint-v6/parser": "npm:@typescript-eslint/parser@^6",
"@typescript-eslint-v7/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^7",
"@typescript-eslint-v7/parser": "npm:@typescript-eslint/parser@^7",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
"bumpp": "^9.4.2",
"eslint": "^9.8.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint-v5/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^5.62.0",
"@typescript-eslint-v5/parser": "npm:@typescript-eslint/parser@^5.62.0",
"@typescript-eslint-v6/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^6.21.0",
"@typescript-eslint-v6/parser": "npm:@typescript-eslint/parser@^6.21.0",
"@typescript-eslint-v7/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^7.18.0",
"@typescript-eslint-v7/parser": "npm:@typescript-eslint/parser@^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/utils": "^8.5.0",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.0"
},
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit 9748679

Please sign in to comment.