Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 29, 2023
1 parent 16d0c02 commit b333937
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
16 changes: 8 additions & 8 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 @@ -16,7 +16,7 @@
"devDependencies": {
"@iarna/toml": "2.2.5",
"ansi-regex": "6.0.1",
"dot-prop": "8.0.0",
"dot-prop": "8.0.1",
"esbuild": "0.18.10",
"eslint": "8.43.0",
"eslint-config-silverwind": "73.0.4",
Expand All @@ -37,6 +37,6 @@
"timerel": "5.4.1",
"versions": "11.0.1",
"vitest": "0.32.2",
"vitest-config-silverwind": "1.0.0"
"vitest-config-silverwind": "2.0.0"
}
}
6 changes: 4 additions & 2 deletions vitest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {defineConfig} from "vitest/dist/config.js";
import {config} from "vitest-config-silverwind";
import {backendTest} from "vitest-config-silverwind";

export default defineConfig(config);
export default defineConfig({
test: backendTest,
});

0 comments on commit b333937

Please sign in to comment.