mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`@angular/bazel` currently requires TypeScript 3.1.x as a peer dependency, but comes with `tsickle` as dependency. The current version of `tsickle` that is specified by `@angular/bazel` does not support TypeScript 3.1.x (which is a peer dependency) and therefore we need to make sure that `tsickle` works with the required TypeScript versions.
This change updates `tsickle` to the latest version that comes with
|
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| check_version.js | ||
| index.bzl | ||
| package.bzl | ||
| package.json | ||
| protractor-utils.js | ||