We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dc51a commit da22602Copy full SHA for da22602
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 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8",
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2/rules_nodejs-3.2.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