-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
core:frontenddependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
TensorBoard TypeScript rules are currently using TS 3.4.x. Internally, we are using 3.8. We should upgrade so we can leverage newer language features.
It is currently impossible because of our Angular dependencies:
(warning " > @angular/http@7.2.16" has incorrect peer dependency "@angular/core@7.2.16".
warning " > @angular/http@7.2.16" has incorrect peer dependency "@angular/platform-browser@7.2.16".
warning " > @angular/bazel@8.2.14" has incorrect peer dependency "typescript@>=3.4 <3.6".
warning "@angular/bazel > tsickle@0.35.0" has incorrect peer dependency "typescript@~3.4.1".
warning " > @angular/compiler-cli@8.2.14" has incorrect peer dependency "typescript@>=3.4 <3.6".
Error: The Angular Compiler requires TypeScript >=3.4.0 and <3.6.0 but 3.7.3 was found instead.
rithiksachdev
Metadata
Metadata
Assignees
Labels
core:frontenddependenciesPull requests that update a dependency filePull requests that update a dependency file