build: update to rules_typescript 0.20.1 and rules_nodejs 0.15.0 (#26260) (#26488)

PR Close #26488
This commit is contained in:
Greg Magolan
2018-10-05 07:16:47 -07:00
committed by Igor Minar
parent 1f3331f5e6
commit d698b0eadf
11 changed files with 37 additions and 35 deletions

View File

@ -24,8 +24,8 @@ def rules_angular_dependencies():
_maybe(
http_archive,
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/6561f95aa621a6e3d421ab86451167ec84e580fa.zip",
strip_prefix = "rules_typescript-6561f95aa621a6e3d421ab86451167ec84e580fa",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.20.1.zip",
strip_prefix = "rules_typescript-0.20.1",
)
# Needed for Remote Execution