File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 40
40
"totalist" : " ^3.0.0" ,
41
41
"typescript" : " ^4.7.4" ,
42
42
"vite" : " ^3.0.4" ,
43
- "vitest" : " ^0.20.3 "
43
+ "vitest" : " ^0.21.0 "
44
44
},
45
45
"repository" : {
46
46
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -16,12 +16,5 @@ export default {
16
16
} ,
17
17
test : {
18
18
environment : "jsdom" ,
19
- deps : {
20
- /**
21
- * Opt out of experimental Node loader to resolve imports
22
- * @see https://github.com/vitest-dev/vitest/issues/1753#issuecomment-1200436847
23
- */
24
- registerNodeLoader : false ,
25
- } ,
26
19
} ,
27
20
} ;
Original file line number Diff line number Diff line change @@ -1667,10 +1667,10 @@ vite@^3.0.4:
1667
1667
optionalDependencies :
1668
1668
fsevents "~2.3.2"
1669
1669
1670
- vitest@^0.20.3 :
1671
- version "0.20.3 "
1672
- resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.20.3 .tgz#24e0744fd1671a9a5d9cf8876281eae65e8d3be6 "
1673
- integrity sha512-cXMjTbZxBBUUuIF3PUzEGPLJWtIMeURBDXVxckSHpk7xss4JxkiiWh5cnIlfGyfJne2Ii3QpbiRuFL5dMJtljw ==
1670
+ vitest@^0.21.0 :
1671
+ version "0.21.0 "
1672
+ resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.21.0 .tgz#283c9a1f6c3a935132ab89cd04191640c9d1b6f8 "
1673
+ integrity sha512-+BQB2swk4wQdw5loOoL8esIYh/1ifAliuwj2HWHNE2F8SAl/jF7/aoCJBoXGSf/Ws19k3pH4NrWeVtcSwM0j2w ==
1674
1674
dependencies :
1675
1675
" @types/chai" " ^4.3.1"
1676
1676
" @types/chai-subset" " ^1.3.3"
You can’t perform that action at this time.
0 commit comments