From 80576641a8f302f12e1127bb4c2424b281544dc5 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 10 Jul 2018 09:42:27 -0700 Subject: [PATCH] build: update to latest nodejs bazel rules (#24817) PR Close #24817 --- WORKSPACE | 6 +++--- integration/bazel/WORKSPACE | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 87bfdb923a..48dc7cad02 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -6,9 +6,9 @@ workspace(name = "angular") http_archive( name = "build_bazel_rules_nodejs", - url = "https://github.com/bazelbuild/rules_nodejs/archive/0.10.0.zip", - strip_prefix = "rules_nodejs-0.10.0", - sha256 = "2f77623311da8b5009b1c7eade12de8e15fa3cd2adf9dfcc9f87cb2082b2211f", + url = "https://github.com/bazelbuild/rules_nodejs/archive/0.10.1.zip", + strip_prefix = "rules_nodejs-0.10.1", + sha256 = "634206524d90dc03c52392fa3f19a16637d2bcf154910436fe1d669a0d9d7b9c", ) http_archive( diff --git a/integration/bazel/WORKSPACE b/integration/bazel/WORKSPACE index ac95a4132e..946cd14f12 100644 --- a/integration/bazel/WORKSPACE +++ b/integration/bazel/WORKSPACE @@ -6,9 +6,9 @@ workspace(name = "bazel_integration_test") http_archive( name = "build_bazel_rules_nodejs", - url = "https://github.com/bazelbuild/rules_nodejs/archive/0.9.1.zip", - strip_prefix = "rules_nodejs-0.9.1", - sha256 = "6139762b62b37c1fd171d7f22aa39566cb7dc2916f0f801d505a9aaf118c117f", + url = "https://github.com/bazelbuild/rules_nodejs/archive/0.10.1.zip", + strip_prefix = "rules_nodejs-0.10.1", + sha256 = "634206524d90dc03c52392fa3f19a16637d2bcf154910436fe1d669a0d9d7b9c", ) http_archive(