From 0e4028cb07a9f27643e331b7d28d8a2034916370 Mon Sep 17 00:00:00 2001 From: MSDev_NilTor <8222201+niltor@users.noreply.github.com> Date: Thu, 13 Feb 2020 16:13:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AF=B7=E7=AE=80=E8=BF=B0=E4=BD=A0?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ts版本描述更改为3。7 --- aio/content/guide/updating-to-version-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/updating-to-version-9.md b/aio/content/guide/updating-to-version-9.md index fc33ad0362..9a3448bcd3 100644 --- a/aio/content/guide/updating-to-version-9.md +++ b/aio/content/guide/updating-to-version-9.md @@ -57,7 +57,7 @@ See our [template type-checking guide](guide/template-typecheck) for more inform - Typescript 3.4 and 3.5 are no longer supported. Please update to Typescript 3.7. - 不再支持 TypeScript 3.4 和 3.5。请更新至 Typescript 3.6。 + 不再支持 TypeScript 3.4 和 3.5。请更新至 Typescript 3.7。 - `tslib` is now listed as a peer dependency rather than a direct dependency. If you are not using the CLI, you must manually install `tslib`, using `yarn add tslib` or `npm install tslib --save`.