Skip to content

Commit

Permalink
update deps, remove ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 2, 2024
1 parent 2354ee1 commit c75670e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
23 changes: 14 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "20.12.8",
"eslint": "8.57.0",
"eslint-config-silverwind": "83.0.6",
"eslint-config-silverwind": "84.0.0",
"eslint-config-silverwind-typescript": "3.2.3",
"typescript": "5.4.5",
"typescript-config-silverwind": "3.0.4",
Expand All @@ -24,6 +24,6 @@
"vite": "5.2.11",
"vite-plugin-dts": "3.9.0",
"vitest": "1.5.3",
"vitest-config-silverwind": "8.0.5"
"vitest-config-silverwind": "9.0.2"
}
}
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {defineConfig} from "vitest/config";
// @ts-ignore
import {backend} from "vitest-config-silverwind";

export default defineConfig(backend({
Expand Down

0 comments on commit c75670e

Please sign in to comment.