Skip to content

Commit

Permalink
fix(input-date): pin v-calendar to fix vue 3.5 compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Sep 18, 2024
1 parent 4fc4fdb commit ca281b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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.0",
"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 ca281b0

Please sign in to comment.