Skip to content

Commit 939f783

Browse files
angular-robotalan-agius4
authored andcommitted
build: update bazel dependencies
See associated pull request for more information.
1 parent 8e0f489 commit 939f783

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file"
44

55
http_archive(
66
name = "bazel_skylib",
7-
sha256 = "fa01292859726603e3cd3a0f3f29625e68f4d2b165647c72908045027473e933",
7+
sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac",
88
urls = [
9-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.0/bazel-skylib-1.8.0.tar.gz",
10-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.0/bazel-skylib-1.8.0.tar.gz",
9+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.1/bazel-skylib-1.8.1.tar.gz",
10+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.1/bazel-skylib-1.8.1.tar.gz",
1111
],
1212
)
1313

@@ -196,9 +196,9 @@ npm_repositories()
196196

197197
http_archive(
198198
name = "aspect_rules_ts",
199-
sha256 = "f60d5d25d17760e258d194f1fcab7a29e73629b86f070609c6ce2b2459dd49e3",
200-
strip_prefix = "rules_ts-3.6.2",
201-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.2/rules_ts-v3.6.2.tar.gz",
199+
sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99",
200+
strip_prefix = "rules_ts-3.6.3",
201+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3/rules_ts-v3.6.3.tar.gz",
202202
)
203203

204204
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")

0 commit comments

Comments
 (0)