Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a1587e

Browse files
committedJan 27, 2023
fix: vue-tsc version
1 parent 94ea1d2 commit 3a1587e

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed
 

‎playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"unocss": "^0.49.1",
2424
"unplugin-auto-import": "^0.12.2",
2525
"unplugin-vue-components": "^0.22.12",
26-
"vite": "^4.0.4"
26+
"vite": "^4.0.4",
27+
"vue-tsc": "^1.0.24"
2728
}
2829
}

‎pnpm-lock.yaml

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.