File tree Expand file tree Collapse file tree 3 files changed +124
-212
lines changed Expand file tree Collapse file tree 3 files changed +124
-212
lines changed Original file line number Diff line number Diff line change 35
35
"@rollup/plugin-terser" : " ^0.4.4" ,
36
36
"@types/lodash.kebabcase" : " ^4.1.9" ,
37
37
"@types/node" : " ^20.14.12" ,
38
- "@vitest/coverage-v8" : " ^1.6.0 " ,
39
- "@vitest/ui" : " ^1.6.0 " ,
38
+ "@vitest/coverage-v8" : " ^2.0.4 " ,
39
+ "@vitest/ui" : " ^2.0.4 " ,
40
40
"@vue/compiler-sfc" : " ^3.4.34" ,
41
41
"@vue/server-renderer" : " ^3.4.34" ,
42
42
"chalk" : " ^5.3.0" ,
59
59
"typedoc" : " ^0.26.5" ,
60
60
"typedoc-plugin-markdown" : " ^4.2.3" ,
61
61
"typescript" : " ~5.5.4" ,
62
- "vitest" : " ^1.6.0 " ,
62
+ "vitest" : " ^2.0.4 " ,
63
63
"vue" : " ^3.4.34"
64
64
},
65
65
"simple-git-hooks" : {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ declare module 'vitest' {
15
15
}
16
16
17
17
export function mockWarn ( ) {
18
- let warn : MockInstance < Parameters < ( typeof console ) [ 'warn' ] > , void >
18
+ let warn : MockInstance < ( typeof console ) [ 'log' ] >
19
19
const asserted = new Map < string , string | RegExp > ( )
20
20
21
21
expect . extend ( {
You can’t perform that action at this time.
0 commit comments