From e6cb60ee22ff61fd9ccbbc9bbfd3d55a53793527 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Mon, 3 Feb 2020 08:38:51 -0800 Subject: [PATCH] docs: update typescript version reference (#35120) PR Close #35120 --- 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 59ec0a4e72..479ba50eb0 100644 --- a/aio/content/guide/updating-to-version-9.md +++ b/aio/content/guide/updating-to-version-9.md @@ -25,7 +25,7 @@ If you're curious about the specific migrations being run by the CLI, see the [a Users who only built with JIT before may see new type errors. See our [template type-checking guide](guide/template-typecheck) for more information and debugging tips. -- Typescript 3.4 and 3.5 are no longer supported. Please update to Typescript 3.6. +- Typescript 3.4 and 3.5 are no longer supported. Please update to 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`.