We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dc51a commit ef0c5ffCopy full SHA for ef0c5ff
WORKSPACE
@@ -16,8 +16,8 @@ http_archive(
16
17
http_archive(
18
name = "build_bazel_rules_nodejs",
19
- sha256 = "dd4dc46066e2ce034cba0c81aa3e862b27e8e8d95871f567359f7a534cccb666",
20
- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.1.0/rules_nodejs-3.1.0.tar.gz"],
+ sha256 = "65067dcad93a61deb593be7d3d9a32a4577d09665536d8da536d731da5cd15e2",
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.2/rules_nodejs-3.4.2.tar.gz"],
21
)
22
23
# The npm_install rule runs yarn anytime the package.json or package-lock.json file changes.
0 commit comments