File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 },
2828 "devDependencies" : {
2929 "@varlet/cli" : " workspace:*" ,
30+ "esbuild" : " 0.28.1" ,
3031 "nanospinner" : " ^1.1.0" ,
3132 "rattail" : " catalog:" ,
3233 "tinyexec" : " catalog:" ,
3334 "typescript" : " catalog:" ,
3435 "vite-plus" : " catalog:"
3536 },
3637 "engines" : {
37- "node" : " ^20.19.0 || >=22.12 .0" ,
38+ "node" : " ^20.19.0 || ^22.18.0 || >=24.11 .0" ,
3839 "pnpm" : " >=9.0.0"
3940 },
4041 "packageManager" : " pnpm@9.15.9" ,
4445 "vitest" : " catalog:"
4546 }
4647 }
47- }
48+ }
Original file line number Diff line number Diff line change 4848 "chokidar" : " ^3.5.2" ,
4949 "commander" : " ^8.3.0" ,
5050 "ejs" : " ^3.1.8" ,
51- "esbuild" : " 0.27.7 " ,
51+ "esbuild" : " 0.28.1 " ,
5252 "fs-extra" : " catalog:" ,
5353 "glob" : " ^7.2.0" ,
5454 "hash-sum" : " ^2.0.0" ,
55- "less" : " ^3.12.2 " ,
55+ "less" : " ^4.0.0 " ,
5656 "markdown-it" : " ^12.2.3" ,
5757 "nanospinner" : " ^1.1.0" ,
5858 "picocolors" : " ^1.0.0" ,
9191 "vue-router" : " catalog:"
9292 },
9393 "engines" : {
94- "node" : " ^14. 18.0 || >=16.0 .0"
94+ "node" : " ^20.19.0 || ^22. 18.0 || >=24.11 .0"
9595 }
96- }
96+ }
Original file line number Diff line number Diff line change 11declare module 'less' {
2- export declare const render : any
2+ export const render : any
33}
44
55declare module 'jest' {
6- declare const runCLI : any
6+ const runCLI : any
77
88 export default { runCLI }
99}
Original file line number Diff line number Diff line change 4545 "@varlet/ui" : " workspace:*" ,
4646 "@vue/test-utils" : " 2.4.6" ,
4747 "@vue/runtime-core" : " 3.5.21" ,
48- "@vitest/coverage-istanbul" : " 4.1.4 " ,
49- "vitest" : " npm:@voidzero-dev/vite-plus-test@0 .1.18 " ,
48+ "@vitest/coverage-istanbul" : " 4.1.10 " ,
49+ "vitest" : " 4 .1.10 " ,
5050 "clipboard" : " ^2.0.6" ,
5151 "jsdom" : " 26.1.0" ,
5252 "live-server" : " ^1.2.1" ,
53- "rattail" : " ^2.0.3 " ,
53+ "rattail" : " ^2.1.1 " ,
5454 "typescript" : " 5.6.3" ,
55- "vite-plus" : " 0.1.18 " ,
55+ "vite-plus" : " 0.2.6 " ,
5656 "vue" : " 3.5.21" ,
5757 "vue-router" : " 4.5.1"
5858 },
5959 "packageManager" : " pnpm@9.15.9" ,
6060 "engines" : {
61- "node" : " ^20.19.0 || >=22.12 .0" ,
61+ "node" : " ^20.19.0 || ^22.18.0 || >=24.11 .0" ,
6262 "pnpm" : " >=9.0.0"
6363 }
6464}
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ export * from './row'
8181export * from './segmentedButton'
8282export * from './segmentedButtons'
8383export * from './select'
84- export * from './signature'
8584export * from './shimmerText'
85+ export * from './signature'
8686export * from './skeleton'
8787export * from './slider'
8888export * from './snackbar'
@@ -186,8 +186,8 @@ declare module 'vue' {
186186 VarSegmentedButton : typeof import ( '@varlet/ui' ) [ '_SegmentedButtonComponent' ]
187187 VarSegmentedButtons : typeof import ( '@varlet/ui' ) [ '_SegmentedButtonsComponent' ]
188188 VarSelect : typeof import ( '@varlet/ui' ) [ '_SelectComponent' ]
189- VarSignature : typeof import ( '@varlet/ui' ) [ '_SignatureComponent' ]
190189 VarShimmerText : typeof import ( '@varlet/ui' ) [ '_ShimmerTextComponent' ]
190+ VarSignature : typeof import ( '@varlet/ui' ) [ '_SignatureComponent' ]
191191 VarSkeleton : typeof import ( '@varlet/ui' ) [ '_SkeletonComponent' ]
192192 VarSlider : typeof import ( '@varlet/ui' ) [ '_SliderComponent' ]
193193 VarSnackbar : typeof import ( '@varlet/ui' ) [ '_SnackbarComponent' ]
You can’t perform that action at this time.
0 commit comments