File tree Expand file tree Collapse file tree 6 files changed +761
-324
lines changed Expand file tree Collapse file tree 6 files changed +761
-324
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.7.18 " ,
27
- "@vitejs/plugin-vue" : " ^3.1.0 " ,
28
- "@vitest/coverage-c8" : " ^0.23.4 " ,
29
- "@vue/compiler-sfc" : " ^3.2.39 " ,
30
- "@vue/runtime-core" : " ^3.2.39 " ,
26
+ "@types/node" : " ^18.11.3 " ,
27
+ "@vitejs/plugin-vue" : " ^3.1.2 " ,
28
+ "@vitest/coverage-c8" : " ^0.24.3 " ,
29
+ "@vue/compiler-sfc" : " ^3.2.41 " ,
30
+ "@vue/runtime-core" : " ^3.2.41 " ,
31
31
"c8" : " ^7.11.2" ,
32
- "chalk" : " ^5.0.1 " ,
32
+ "chalk" : " ^5.1.2 " ,
33
33
"conventional-changelog-cli" : " ^2.2.2" ,
34
34
"enquirer" : " ^2.3.6" ,
35
35
"execa" : " ^6.1.0" ,
36
36
"globby" : " ^13.1.1" ,
37
- "minimist" : " ^1.2.6 " ,
37
+ "minimist" : " ^1.2.7 " ,
38
38
"p-series" : " ^3.0.0" ,
39
39
"prettier" : " ^2.6.2" ,
40
- "semver" : " ^7.3.7 " ,
41
- "tsup" : " ^6.2.3 " ,
42
- "typescript" : " ^4.8.3 " ,
43
- "unbuild" : " ^0.8.11 " ,
40
+ "semver" : " ^7.3.8 " ,
41
+ "tsup" : " ^6.3.0 " ,
42
+ "typescript" : " ^4.8.4 " ,
43
+ "unbuild" : " ^0.9.4 " ,
44
44
"unplugin-auto-import" : " ^0.11.2" ,
45
- "unplugin-vue-components" : " ^0.22.7 " ,
46
- "vite" : " ^3.1.3 " ,
47
- "vitest" : " ^0.23.2 " ,
48
- "vue" : " ^3.2.39 " ,
49
- "vue-tsc" : " ^0.40.13 "
45
+ "unplugin-vue-components" : " ^0.22.8 " ,
46
+ "vite" : " ^3.1.8 " ,
47
+ "vitest" : " ^0.24.3 " ,
48
+ "vue" : " ^3.2.41 " ,
49
+ "vue-tsc" : " ^1.0.8 "
50
50
}
51
51
}
Original file line number Diff line number Diff line change 55
55
"homepage" : " https://github.com/vue-terminal/vue-termui#readme" ,
56
56
"dependencies" : {
57
57
"picocolors" : " ^1.0.0" ,
58
- "vite-node" : " ^0.23.4 " ,
58
+ "vite-node" : " ^0.24.3 " ,
59
59
"ws" : " ^8.5.0"
60
60
},
61
61
"peerDependencies" : {
67
67
"@types/ws" : " ^8.5.3" ,
68
68
"cac" : " ^6.7.12" ,
69
69
"fast-glob" : " ^3.2.12" ,
70
- "pathe" : " ^0.3.7 " ,
70
+ "pathe" : " ^0.3.9 " ,
71
71
"rimraf" : " ^3.0.2" ,
72
- "vite-plugin-inspect" : " ^0.7.1 " ,
72
+ "vite-plugin-inspect" : " ^0.7.5 " ,
73
73
"vite-plugin-vue-termui" : " workspace:*" ,
74
74
"vue-termui" : " workspace:*"
75
75
},
Original file line number Diff line number Diff line change 40
40
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l vue-termui -r 1"
41
41
},
42
42
"dependencies" : {
43
- "ansi-escapes" : " ^5 .0.0" ,
44
- "chalk" : " ^5.0.1 " ,
43
+ "ansi-escapes" : " ^6 .0.0" ,
44
+ "chalk" : " ^5.1.2 " ,
45
45
"cli-boxes" : " ^3.0.0" ,
46
46
"cli-cursor" : " ^4.0.0" ,
47
47
"cli-truncate" : " ^3.1.0" ,
48
48
"indent-string" : " ^5.0.0" ,
49
49
"slice-ansi" : " ^5.0.0" ,
50
50
"string-width" : " ^5.1.0" ,
51
51
"terminal-link" : " ^3.0.0" ,
52
- "type-fest" : " ^2.12.2 " ,
52
+ "type-fest" : " ^3.1.0 " ,
53
53
"widest-line" : " ^4.0.1" ,
54
54
"wrap-ansi" : " ^8.0.1" ,
55
55
"yoga-layout-prebuilt" : " ^1.10.0"
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ export {}
7
7
8
8
declare module '@vue/runtime-core' {
9
9
export interface GlobalComponents {
10
+ Box : typeof import ( 'vue-termui' ) [ 'TuiBox' ]
11
+ Br : typeof import ( 'vue-termui' ) [ 'TuiNewline' ]
10
12
Div : typeof import ( 'vue-termui' ) [ 'TuiBox' ]
11
13
Link : typeof import ( 'vue-termui' ) [ 'TuiLink' ]
14
+ Span : typeof import ( 'vue-termui' ) [ 'TuiText' ]
12
15
Text : typeof import ( 'vue-termui' ) [ 'TuiText' ]
13
16
}
14
17
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"devDependencies" : {
14
14
"@vue-termui/cli" : " workspace:*" ,
15
- "@vue/runtime-core" : " ^3.2.39 " ,
15
+ "@vue/runtime-core" : " ^3.2.41 " ,
16
16
"vite-plugin-vue-termui" : " workspace:*" ,
17
17
"vue-termui" : " workspace:*"
18
18
}
You can’t perform that action at this time.
0 commit comments