]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: pin typescript to 4.3 due to the auto import issue in 4.4
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 6 Oct 2021 13:29:47 +0000 (21:29 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 6 Oct 2021 13:29:47 +0000 (21:29 +0800)
See https://github.com/microsoft/TypeScript/issues/45921

template/config/typescript/package.json

index d085e6e779114527f31a04c6085079ac23f5f3f3..8599145b46cb149635161bc151c4823e16625e30 100644 (file)
@@ -4,7 +4,7 @@
     "typecheck": "vue-tsc --noEmit"
   },
   "devDependencies": {
-    "typescript": "~4.4.3",
+    "typescript": "~4.3.5",
     "vue-tsc": "^0.3.0"
   }
 }