Skip to content

Commit 596dd12

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent aace49e commit 596dd12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ npm_repositories()
180180

181181
http_archive(
182182
name = "aspect_rules_ts",
183-
sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99",
184-
strip_prefix = "rules_ts-3.6.3",
185-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3/rules_ts-v3.6.3.tar.gz",
183+
sha256 = "6fd16aa24c2e8547b72561ece1c7d307b77a5f98f0402934396f6eefbac59aa2",
184+
strip_prefix = "rules_ts-3.7.0",
185+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.7.0/rules_ts-v3.7.0.tar.gz",
186186
)
187187

188188
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
@@ -253,7 +253,7 @@ esbuild_register_toolchains(
253253

254254
git_repository(
255255
name = "rules_angular",
256-
commit = "c8af5c0d27c66387e9e7df3c4dd3155ce7582609",
256+
commit = "a957283cdef0ade1fc6d1d7404f14577cebd3642",
257257
remote = "https://github.com/devversion/rules_angular.git",
258258
)
259259

@@ -281,7 +281,7 @@ http_archive(
281281

282282
git_repository(
283283
name = "rules_browsers",
284-
commit = "c9a70ad79258e2ffc498075623f9f974920a4025",
284+
commit = "8ee9ae3216ef26516c8ef20537c89857343cdc3a",
285285
remote = "https://github.com/devversion/rules_browsers.git",
286286
)
287287

0 commit comments

Comments
 (0)