From c5ca5c0d9fa8e5c851e0646d234d25caf295923e Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 30 Apr 2018 10:33:02 -0700 Subject: [PATCH] build(bazel): update to rules_typescript 0.12.3 (#23617) PR Close #23617 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9328952214..c3964d26bd 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -26,9 +26,9 @@ yarn_install( http_archive( name = "build_bazel_rules_typescript", - url = "https://github.com/bazelbuild/rules_typescript/archive/0.12.1.zip", - strip_prefix = "rules_typescript-0.12.1", - sha256 = "24e2c36f60508c6d270ae4265b89b381e3f66d550e70c367ed3755ad8d7ce3b0", + url = "https://github.com/bazelbuild/rules_typescript/archive/0.12.3.zip", + strip_prefix = "rules_typescript-0.12.3", + sha256 = "967068c3540f59407716fbeb49949c1600dbf387faeeab3089085784dd21f60c", ) load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")