fix(bazel): update to tsickle 0.37.1 to fix peerDep warnings (#33788)

tsickle 0.37.1 is compatible with typescript 3.6, so we should use it and fix peerDep warnings from npm/yarn.

PR Close #33788
This commit is contained in:
Igor Minar
2019-11-12 23:17:06 -08:00
committed by Matias Niemelä
parent a37bf9a516
commit 3c335c3590
7 changed files with 30 additions and 18 deletions

View File

@ -45,6 +45,7 @@ ts_library(
"@npm//@bazel/typescript",
"@npm//@types/chokidar",
"@npm//@types/node",
"@npm//minimist",
"@npm//reflect-metadata",
"@npm//tsickle",
"@npm//typescript",