bazel: upgrade bazel-cli (#51141)

This commit is contained in:
Valery Bugakov 2023-04-26 02:18:05 -07:00 committed by GitHub
parent d95f0cfebd
commit 043906c167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.2.1
USE_BAZEL_VERSION=aspect/5.3.4

View File

@ -107,9 +107,9 @@ ts_project(
"//:node_modules/util",
"//:node_modules/uuid",
"//client/shared:node_modules/@sourcegraph/build-config",
"//client/shared:node_modules/@sourcegraph/client-api",
"//client/shared:node_modules/@sourcegraph/common",
"//client/shared:node_modules/@sourcegraph/http-client",
"//client/shared:node_modules/sourcegraph",
"//client/shared:shared_lib",
],
)