Skip to content

Commit 9a93233

Browse files
authored
fix(create-vite): bump vue-tsc to 0.34.7 (#7760)
1 parent 12a4e7d commit 9a93233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-vite/template-vue-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@vitejs/plugin-vue": "^2.3.1",
1515
"typescript": "^4.5.4",
1616
"vite": "^2.9.2",
17-
"vue-tsc": "^0.29.8"
17+
"vue-tsc": "^0.34.7"
1818
}
1919
}

0 commit comments

Comments
 (0)