From: Haoqun Jiang Date: Wed, 6 Oct 2021 13:29:47 +0000 (+0800) Subject: chore: pin typescript to 4.3 due to the auto import issue in 4.4 X-Git-Tag: v3.0.0-beta.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aeef7edd3701c10495d13d81330a697a9824786;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: pin typescript to 4.3 due to the auto import issue in 4.4 See https://github.com/microsoft/TypeScript/issues/45921 --- diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index d085e6e7..8599145b 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -4,7 +4,7 @@ "typecheck": "vue-tsc --noEmit" }, "devDependencies": { - "typescript": "~4.4.3", + "typescript": "~4.3.5", "vue-tsc": "^0.3.0" } }