Upgraded to bazel 3.7.2 and rules_nodejs 2.3.2
Change-Id: If53686f2475c4f367909de577b4da95de8e16768
diff --git a/BUILD b/BUILD
index 4ec3f7e..1ac4159 100644
--- a/BUILD
+++ b/BUILD
@@ -184,6 +184,11 @@
"./web/gui2/node_modules/@angular/bazel/src/esm5.bzl",
"./web/gui2/node_modules/@bazel/typescript/internal/common/tsconfig.bzl",
"./web/gui2/node_modules/@bazel/typescript/internal/common/compilation.bzl",
+ "./web/gui2/node_modules/@bazel/rollup/rollup_bundle.bzl",
+ "./web/gui2/node_modules/@bazel/typescript/internal/ts_project.bzl",
+ "./web/gui2/node_modules/@bazel/typescript/internal/build_defs.bzl",
+ "./web/gui2/node_modules/@bazel/protractor/protractor_web_test.bzl",
+ "./web/gui2/node_modules/@bazel/typescript/third_party/github.com/bazelbuild/bazel/src/main/protobuf/BUILD.bazel",
],
mode = "check",
)
@@ -195,6 +200,10 @@
"./web/gui2/node_modules/@angular/bazel/src/esm5.bzl",
"./web/gui2/node_modules/@bazel/typescript/internal/common/tsconfig.bzl",
"./web/gui2/node_modules/@bazel/typescript/internal/common/compilation.bzl",
+ "./web/gui2/node_modules/@bazel/typescript/internal/ts_project.bzl",
+ "./web/gui2/node_modules/@bazel/typescript/internal/build_defs.bzl",
+ "./web/gui2/node_modules/@bazel/protractor/protractor_web_test.bzl",
+ "./web/gui2/node_modules/@bazel/typescript/third_party/github.com/bazelbuild/bazel/src/main/protobuf/BUILD.bazel",
],
mode = "fix",
)