We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dc51a commit 38606e7Copy full SHA for 38606e7
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 = "fcc6dccb39ca88d481224536eb8f9fa754619676c6163f87aa6af94059b02b12",
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.0/rules_nodejs-3.2.0.tar.gz"],
21
)
22
23
# The npm_install rule runs yarn anytime the package.json or package-lock.json file changes.
0 commit comments