File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @softechub-ib/vue-datepicker" ,
3
- "version" : " 1.0.12 " ,
3
+ "version" : " 1.0.13 " ,
4
4
"description" : " Datepicker component for Vue 3" ,
5
5
"author" : " softechub-ib" ,
6
6
"private" : false ,
36
36
"dependencies" : {
37
37
"@floating-ui/vue" : " ^1.1.5" ,
38
38
"dayjs" : " ^1.11.13" ,
39
- "lodash.merge" : " ^4.6.2" ,
40
- "vue" : " ^3.5.12"
39
+ "lodash.merge" : " ^4.6.2"
41
40
},
42
41
"devDependencies" : {
43
42
"@types/lodash.merge" : " ^4.6.9" ,
58
57
"vite" : " ^5.4.10" ,
59
58
"vite-plugin-dts" : " ^4.4.0" ,
60
59
"vitest" : " ^2.1.8" ,
60
+ "vue" : " ^3.5.12" ,
61
61
"vue-tsc" : " ^2.1.8"
62
62
},
63
63
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ export default defineConfig({
19
19
vue ( ) ,
20
20
dts ( {
21
21
tsconfigPath : './tsconfig.app.json' ,
22
- exclude : [ './src/main.ts' , './src/App.vue' ] ,
22
+ exclude : [
23
+ './src/tests' ,
24
+ './src/App.vue' ,
25
+ './src/main.ts' ,
26
+ './src/style.css' ,
27
+ ] ,
23
28
} ) ,
24
29
] ,
25
30
test : vitestConfig . test ,
You can’t perform that action at this time.
0 commit comments