Skip to content

Commit 5e3a898

Browse files
devversionmatsko
authored andcommitted
fix(bazel): update typescript peer dependency range (#36013)
95c729f 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
1 parent 49478f5 commit 5e3a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
3535
"@bazel/typescript": ">=1.0.0",
3636
"terser": "^4.3.1",
37-
"typescript": ">=3.6 <3.8",
37+
"typescript": ">=3.6 <3.9",
3838
"rollup": ">=1.20.0",
3939
"rollup-plugin-commonjs": ">=9.0.0",
4040
"rollup-plugin-node-resolve": ">=4.2.0",

0 commit comments

Comments
 (0)