Skip to content

Commit

Permalink
fix: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 20, 2024
1 parent 949aaf7 commit 1476da0
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 191 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,21 @@
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/eslint": "^9.6.1",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.9",
"@types/node": "^20.17.10",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@typescript-eslint/rule-tester": "8.0.0",
"@vitest/eslint-plugin": "^1.1.12",
"bumpp": "^9.8.1",
"@typescript-eslint/rule-tester": "8.18.1",
"@vitest/eslint-plugin": "^1.1.20",
"bumpp": "^9.9.1",
"concurrently": "^8.2.2",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^6.3.2",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-remote-tester": "^4.0.1",
"eslint-remote-tester-repositories": "^2.0.0",
"importx": "^0.3.11",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
Expand All @@ -77,5 +76,5 @@
"optional": true
}
},
"packageManager": "pnpm@9.14.4"
"packageManager": "pnpm@9.15.1"
}
Loading

0 comments on commit 1476da0

Please sign in to comment.