@@ -35,16 +35,18 @@ protobuf_deps()
3535
3636http_archive (
3737 name = "build_bazel_rules_nodejs" ,
38- sha256 = "d14076339deb08e5460c221fae5c5e9605d2ef4848eee1f0c81c9ffdc1ab31c1 " ,
39- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.6.1 /rules_nodejs-1.6.1 .tar.gz" ],
38+ sha256 = "e79c08a488cc5ac40981987d862c7320cee8741122a2649e9b08e850b6f20442 " ,
39+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.8.0 /rules_nodejs-3.8.0 .tar.gz" ],
4040)
4141
4242load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" , "yarn_install" )
4343
4444node_repositories (
4545 node_repositories = {
4646 "16.16.0-darwin_amd64" : ("node-v16.16.0-darwin-x64.tar.gz" , "node-v16.16.0-darwin-x64" , "982edd0fad364ad6e2d72161671544ab9399bd0ca8c726bde3cd07775c4c709a" ),
47+ "16.16.0-darwin_arm64" : ("node-v16.16.0-darwin-arm64.tar.gz" , "node-v16.16.0-darwin-arm64" , "167721c2d72402e54adc0f8c87ca840796216c4d98946509d73221b771ad3e4c" ),
4748 "16.16.0-linux_amd64" : ("node-v16.16.0-linux-x64.tar.xz" , "node-v16.16.0-linux-x64" , "edcb6e9bb049ae365611aa209fc03c4bfc7e0295dbcc5b2f1e710ac70384a8ec" ),
49+ "16.16.0-linux_arm64" : ("node-v16.16.0-linux-arm64.tar.xz" , "node-v16.16.0-linux-arm64" , "6cb8f1353480646c1cd8ab9911995e5591e1a97811f43ea4ab3e946a57e7c80e" ),
4850 "16.16.0-windows_amd64" : ("node-v16.16.0-win-x64.zip" , "node-v16.16.0-win-x64" , "c657acc98af55018c8fd6113c7e08d67c8083af75ba0306f9561b0117abc39d4" ),
4951 },
5052 node_version = "16.16.0" ,
@@ -59,14 +61,6 @@ yarn_install(
5961 yarn_lock = "//:yarn.lock" ,
6062)
6163
62- load ("@npm//:install_bazel_dependencies.bzl" , "install_bazel_dependencies" )
63-
64- install_bazel_dependencies ()
65-
66- load ("@npm_bazel_typescript//:index.bzl" , "ts_setup_workspace" )
67-
68- ts_setup_workspace ()
69-
7064# Go/Gazelle requirements/dependencies.
7165http_archive (
7266 name = "io_bazel_rules_go" ,
0 commit comments