File tree Expand file tree Collapse file tree 6 files changed +386
-130
lines changed
create-vue-termui/template-ts Expand file tree Collapse file tree 6 files changed +386
-130
lines changed Original file line number Diff line number Diff line change 23
23
"node" : " >=16.0.0"
24
24
},
25
25
"devDependencies" : {
26
- "@types/node" : " ^18.11.3 " ,
27
- "@vitejs/plugin-vue" : " ^3.1.2 " ,
28
- "@vitest/coverage-c8" : " ^0.24.3 " ,
26
+ "@types/node" : " ^18.11.9 " ,
27
+ "@vitejs/plugin-vue" : " ^3.2.0 " ,
28
+ "@vitest/coverage-c8" : " ^0.24.5 " ,
29
29
"@vue/compiler-sfc" : " ^3.2.41" ,
30
30
"@vue/runtime-core" : " ^3.2.41" ,
31
31
"c8" : " ^7.11.2" ,
41
41
"tsup" : " ^6.3.0" ,
42
42
"typescript" : " ^4.8.4" ,
43
43
"unbuild" : " ^0.9.4" ,
44
- "unplugin-auto-import" : " ^0.11.2 " ,
45
- "unplugin-vue-components" : " ^0.22.8 " ,
46
- "vite" : " ^3.1.8 " ,
47
- "vitest" : " ^0.24.3 " ,
44
+ "unplugin-auto-import" : " ^0.11.4 " ,
45
+ "unplugin-vue-components" : " ^0.22.9 " ,
46
+ "vite" : " ^3.2.2 " ,
47
+ "vitest" : " ^0.24.5 " ,
48
48
"vue" : " ^3.2.41" ,
49
- "vue-tsc" : " ^1.0.8 "
49
+ "vue-tsc" : " ^1.0.9 "
50
50
}
51
51
}
Original file line number Diff line number Diff line change 57
57
"homepage" : " https://github.com/vue-terminal/vue-termui#readme" ,
58
58
"dependencies" : {
59
59
"picocolors" : " ^1.0.0" ,
60
- "vite-node" : " ^0.24.3 " ,
61
- "ws" : " ^8.5 .0"
60
+ "vite-node" : " ^0.24.5 " ,
61
+ "ws" : " ^8.10 .0"
62
62
},
63
63
"peerDependencies" : {
64
64
"vite" : " ^3.1.3" ,
71
71
"fast-glob" : " ^3.2.12" ,
72
72
"pathe" : " ^0.3.9" ,
73
73
"rimraf" : " ^3.0.2" ,
74
- "vite-plugin-inspect" : " ^0.7.5 " ,
74
+ "vite-plugin-inspect" : " ^0.7.7 " ,
75
75
"vite-plugin-vue-termui" : " workspace:*" ,
76
76
"vue-termui" : " workspace:*"
77
77
},
Original file line number Diff line number Diff line change 61
61
"@types/slice-ansi" : " ^5.0.0" ,
62
62
"@types/wrap-ansi" : " ^8.0.1" ,
63
63
"@types/ws" : " ^8.5.3" ,
64
- "ws" : " ^8.5 .0"
64
+ "ws" : " ^8.10 .0"
65
65
},
66
66
"engines" : {
67
67
"node" : " >=14.0.0"
Original file line number Diff line number Diff line change 16
16
"vue-termui" : " *"
17
17
},
18
18
"devDependencies" : {
19
- "@types/node" : " ^18.11.3 " ,
20
- "@vitejs/plugin-vue" : " ^3.1.2 " ,
19
+ "@types/node" : " ^18.11.9 " ,
20
+ "@vitejs/plugin-vue" : " ^3.2.0 " ,
21
21
"@vue-termui/cli" : " *" ,
22
22
"@vue/compiler-sfc" : " ^3.2.41" ,
23
23
"typescript" : " ^4.8.4" ,
24
- "unplugin-auto-import" : " ^0.11.2 " ,
25
- "unplugin-vue-components" : " ^0.22.8 " ,
26
- "vite" : " ^3.1.8 " ,
24
+ "unplugin-auto-import" : " ^0.11.4 " ,
25
+ "unplugin-vue-components" : " ^0.22.9 " ,
26
+ "vite" : " ^3.2.2 " ,
27
27
"vite-plugin-vue-termui" : " *"
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ declare module '@vue/runtime-core' {
14
14
Link : typeof import ( 'vue-termui' ) [ 'TuiLink' ]
15
15
Newline : typeof import ( 'vue-termui' ) [ 'TuiNewline' ]
16
16
Progressbar : typeof import ( 'vue-termui' ) [ 'TuiProgressBar' ]
17
- Span : typeof import ( 'vue-termui' ) [ 'TuiText' ]
18
17
Text : typeof import ( 'vue-termui' ) [ 'TuiText' ]
19
18
}
20
19
}
You can’t perform that action at this time.
0 commit comments