fix(compiler-cli): TypeScript peer dependency range (#36008)

This commit https://github.com/angular/angular/commit/95c729f introduced TypeScript 3.8 support however it is not reflected in the `peerDependencies` section of the compiler-cli package.

PR Close #36008
This commit is contained in:
Alan Agius 2020-03-11 09:40:15 +01:00 committed by Matias Niemelä
parent 5e3a898f10
commit 5f7d06668e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",
"tslib": "^1.10.0",
"typescript": ">=3.6 <3.8"
"typescript": ">=3.6 <3.9"
},
"engines": {
"node": ">=10.0"