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 11{
22 "name" : " @softechub-ib/vue-datepicker" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.0.13 " ,
44 "description" : " Datepicker component for Vue 3" ,
55 "author" : " softechub-ib" ,
66 "private" : false ,
3636 "dependencies" : {
3737 "@floating-ui/vue" : " ^1.1.5" ,
3838 "dayjs" : " ^1.11.13" ,
39- "lodash.merge" : " ^4.6.2" ,
40- "vue" : " ^3.5.12"
39+ "lodash.merge" : " ^4.6.2"
4140 },
4241 "devDependencies" : {
4342 "@types/lodash.merge" : " ^4.6.9" ,
5857 "vite" : " ^5.4.10" ,
5958 "vite-plugin-dts" : " ^4.4.0" ,
6059 "vitest" : " ^2.1.8" ,
60+ "vue" : " ^3.5.12" ,
6161 "vue-tsc" : " ^2.1.8"
6262 },
6363 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ export default defineConfig({
1919 vue ( ) ,
2020 dts ( {
2121 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+ ] ,
2328 } ) ,
2429 ] ,
2530 test : vitestConfig . test ,
You can’t perform that action at this time.
0 commit comments