File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 61
61
"@types/shell-escape" : " ^0.2.1" ,
62
62
"@typescript-eslint/eslint-plugin" : " ^5.41.0" ,
63
63
"@typescript-eslint/parser" : " ^5.41.0" ,
64
- "c8" : " ^7.12.0 " ,
64
+ "@vitest/coverage- c8" : " ^0.24.4 " ,
65
65
"eslint" : " ^8.26.0" ,
66
66
"eslint-plugin-import" : " ^2.26.0" ,
67
67
"husky" : " ^8.0.1" ,
Original file line number Diff line number Diff line change 627
627
" @typescript-eslint/types" " 5.41.0"
628
628
eslint-visitor-keys "^3.3.0"
629
629
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
+
630
638
JSONStream@^1.0.4 :
631
639
version "1.3.5"
632
640
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3237,7 +3245,7 @@ vite@^3.0.0:
3237
3245
optionalDependencies :
3238
3246
fsevents "~2.3.2"
3239
3247
3240
- vitest@^0.24.3, vitest@^0.24.4 :
3248
+ vitest@0.24.4, vitest@ ^0.24.3, vitest@^0.24.4 :
3241
3249
version "0.24.4"
3242
3250
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.4.tgz#ec6d876a000d9942b0bc0bbc54d54da38a879720"
3243
3251
integrity sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==
You can’t perform that action at this time.
0 commit comments