Skip to content

Commit

Permalink
docs: update typescript version reference (angular#35120)
Browse files Browse the repository at this point in the history
PR Close angular#35120
  • Loading branch information
StephenFluin authored and mhevery committed Feb 4, 2020
1 parent 7369dd6 commit e6cb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/updating-to-version-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit e6cb60e

Please sign in to comment.