Skip to content

Commit

Permalink
chore(vue-template): Fix incompatible typescript and vue-tsc versions (
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Nov 25, 2024
1 parent a2924d8 commit 767a3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 767a3a9

Please sign in to comment.