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 466368c commit 5270e91Copy full SHA for 5270e91
WORKSPACE
@@ -56,9 +56,9 @@ nodejs_register_toolchains(
56
57
http_archive(
58
name = "aspect_rules_js",
59
- sha256 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25",
60
- strip_prefix = "rules_js-2.3.8",
61
- url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8/rules_js-v2.3.8.tar.gz",
+ sha256 = "961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165",
+ strip_prefix = "rules_js-2.4.0",
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.0/rules_js-v2.4.0.tar.gz",
62
)
63
64
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
0 commit comments