Skip to content

Commit fe7afef

Browse files
chore: tweaks
1 parent 4a585b4 commit fe7afef

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/shell-escape": "^0.2.1",
6262
"@typescript-eslint/eslint-plugin": "^5.41.0",
6363
"@typescript-eslint/parser": "^5.41.0",
64-
"c8": "^7.12.0",
64+
"@vitest/coverage-c8": "^0.24.4",
6565
"eslint": "^8.26.0",
6666
"eslint-plugin-import": "^2.26.0",
6767
"husky": "^8.0.1",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,14 @@
627627
"@typescript-eslint/types" "5.41.0"
628628
eslint-visitor-keys "^3.3.0"
629629

630+
"@vitest/coverage-c8@^0.24.4":
631+
version "0.24.4"
632+
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.24.4.tgz#24ea6506239927f71c521b6a3e7b8499ebbd211c"
633+
integrity sha512-1mhYQip6IJw1p9hzM+sH8O/RbILMe7FwScWI7COoMGAThdDRytDjmOal38F/EVrIPZY3nZ5hf7S7JFGjbb4bTg==
634+
dependencies:
635+
c8 "^7.12.0"
636+
vitest "0.24.4"
637+
630638
JSONStream@^1.0.4:
631639
version "1.3.5"
632640
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3237,7 +3245,7 @@ vite@^3.0.0:
32373245
optionalDependencies:
32383246
fsevents "~2.3.2"
32393247

3240-
vitest@^0.24.3, vitest@^0.24.4:
3248+
vitest@0.24.4, vitest@^0.24.3, vitest@^0.24.4:
32413249
version "0.24.4"
32423250
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.4.tgz#ec6d876a000d9942b0bc0bbc54d54da38a879720"
32433251
integrity sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==

0 commit comments

Comments
 (0)