Skip to content

Commit

Permalink
fix(input-date): pin v-calendar to fix vue 3.5 compat issue (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Sep 18, 2024
1 parent 4fc4fdb commit 4b93a05
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions lib/shim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module 'v-calendar' {
import { DefineComponent } from 'vue'
export const DatePicker: DefineComponent<{}, {}, any>
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"pinia": "^2.2.2",
"postcss": "^8.4.45",
"postcss-nested": "^6.2.0",
"v-calendar": "^3.1.2",
"v-calendar": "3.0.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
Expand Down Expand Up @@ -109,7 +109,7 @@
"punycode": "^2.3.1",
"release-it": "^17.6.0",
"typescript": "~5.5.4",
"v-calendar": "^3.1.2",
"v-calendar": "3.0.1",
"vite": "^5.4.3",
"vitepress": "^1.3.4",
"vitest": "^2.0.5",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b93a05

Please sign in to comment.