fix(bazel): update typescript peer dependency range (#36013)
95c729f5d1
added support for TypeScript v3.8. Since
these versions are now supported, the `typescript` peer dependency
range in `@angular/bazel` needs to be updated to not report unsatisfied
peer dependencies.
PR Close #36013
This commit is contained in:
parent
49478f5e19
commit
5e3a898f10
|
@ -34,7 +34,7 @@
|
|||
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
||||
"@bazel/typescript": ">=1.0.0",
|
||||
"terser": "^4.3.1",
|
||||
"typescript": ">=3.6 <3.8",
|
||||
"typescript": ">=3.6 <3.9",
|
||||
"rollup": ">=1.20.0",
|
||||
"rollup-plugin-commonjs": ">=9.0.0",
|
||||
"rollup-plugin-node-resolve": ">=4.2.0",
|
||||
|
|
Loading…
Reference in New Issue