build(bazel): update to rules_typescript 0.20.2 (#26279) (#26488)

PR Close #26488
This commit is contained in:
Greg Magolan
2018-10-05 17:57:18 -07:00
committed by Igor Minar
parent d698b0eadf
commit 6468711e16
9 changed files with 30 additions and 29 deletions

View File

@ -23,4 +23,5 @@ def ng_setup_workspace():
# 0.16.0: minimal version required to work with ng_module
# 0.16.2: bazel type resolution for zone.js types
# 0.20.1: fine grained deps
check_rules_typescript_version("0.20.1")
# 0.20.2: version check fix
check_rules_typescript_version("0.20.2")