chore(vue-template): Fix incompatible typescript and vue-tsc versions (#1208)

This commit is contained in:
Aaron
2024-11-25 15:25:42 -06:00
committed by GitHub
parent a2924d872a
commit 767a3a987c
+1 -1
View File
@@ -20,7 +20,7 @@
"devDependencies": {
"@types/chrome": "^0.0.280",
"@wxt-dev/module-vue": "^1.0.1",
"typescript": "^5.6.3",
"typescript": "5.6.3",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.13"
}