Merge pull request #1451 from DanielMorsing/updatenodedeps

update bazel node deps
This commit is contained in:
jetstack-bot 2019-03-07 15:50:14 +00:00 committed by GitHub
commit 27e686bf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ filegroup(
git_repository(
name = "build_bazel_rules_nodejs",
remote = "https://github.com/bazelbuild/rules_nodejs.git",
tag = "0.15.0", # check for the latest tag when you install
tag = "0.26.0", # check for the latest tag when you install
)
load("@build_bazel_rules_nodejs//:package.bzl", "rules_nodejs_dependencies")