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:

committed by
Matias Niemelä

parent
a37bf9a516
commit
3c335c3590
@ -45,6 +45,7 @@ ts_library(
|
||||
"@npm//@bazel/typescript",
|
||||
"@npm//@types/chokidar",
|
||||
"@npm//@types/node",
|
||||
"@npm//minimist",
|
||||
"@npm//reflect-metadata",
|
||||
"@npm//tsickle",
|
||||
"@npm//typescript",
|
||||
|
Reference in New Issue
Block a user