From 3b74e29939ca149de5822ad4350144529ce51a32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Oct 2019 21:28:03 +0000 Subject: [PATCH] chore: update build_bazel_rules_typescript commit hash to 36019ce --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 41ba922b4c..39e5477149 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -103,7 +103,7 @@ install_bazel_dependencies() # With http_archive it only sees releases/download/*.tar.gz urls git_repository( name = "build_bazel_rules_typescript", - commit = "956189ea76a8ed84d6e522b052f9c2827b8ecbb0", + commit = "36019ce195fc54ddabc75defaadf597e1139f69d", remote = "http://github.com/bazelbuild/rules_typescript.git", )