File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 31
31
"tslib" : " 2.4.1" ,
32
32
"tsup" : " 6.5.0" ,
33
33
"typescript" : " 4.9.3" ,
34
- "vitest" : " 0.24.4 "
34
+ "vitest" : " 0.25.2 "
35
35
},
36
36
"peerDependencies" : {
37
37
"graphql" : " ^16.3.0"
Original file line number Diff line number Diff line change 60
60
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.25.tgz#527051f3c2f77aa52e5dc74e45a3da5fb2301448"
61
61
integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==
62
62
63
+ acorn-walk@^8.2.0 :
64
+ version "8.2.0"
65
+ resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
66
+ integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
67
+
63
68
acorn@^8.8.0 :
64
69
version "8.8.0"
65
70
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
896
901
dependencies :
897
902
whatwg-url "^7.0.0"
898
903
904
+ source-map@^0.6.1 :
905
+ version "0.6.1"
906
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
907
+ integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
908
+
899
909
strip-final-newline@^2.0.0 :
900
910
version "2.0.0"
901
911
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
@@ -1025,17 +1035,20 @@ vite@^3.0.0:
1025
1035
optionalDependencies :
1026
1036
fsevents "~2.3.2"
1027
1037
1028
- vitest@0.24.4 :
1029
- version "0.24.4 "
1030
- resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.4 .tgz#ec6d876a000d9942b0bc0bbc54d54da38a879720 "
1031
- integrity sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg ==
1038
+ vitest@0.25.2 :
1039
+ version "0.25.2 "
1040
+ resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.2 .tgz#b8afd2ad4ea3c759f383792b5c3a2998ceb15fcc "
1041
+ integrity sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ ==
1032
1042
dependencies :
1033
1043
" @types/chai" " ^4.3.3"
1034
1044
" @types/chai-subset" " ^1.3.3"
1035
1045
" @types/node" " *"
1046
+ acorn "^8.8.0"
1047
+ acorn-walk "^8.2.0"
1036
1048
chai "^4.3.6"
1037
1049
debug "^4.3.4"
1038
1050
local-pkg "^0.4.2"
1051
+ source-map "^0.6.1"
1039
1052
strip-literal "^0.4.2"
1040
1053
tinybench "^2.3.1"
1041
1054
tinypool "^0.3.0"
You can’t perform that action at this time.
0 commit comments