Skip to content

Commit 92c3c3b

Browse files
committed
build: update dependency aspect_rules_ts to v3.5.0
1 parent ef7ea53 commit 92c3c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ http_archive(
232232
name = "aspect_rules_ts",
233233
patch_args = ["-p1"],
234234
patches = ["//tools:rules_ts_windows.patch"],
235-
sha256 = "013a10b2b457add73b081780e604778eb50a141709f9194298f97761acdcc169",
236-
strip_prefix = "rules_ts-3.4.0",
237-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.4.0/rules_ts-v3.4.0.tar.gz",
235+
sha256 = "4263532b2fb4d16f309d80e3597191a1cb2fb69c19e95d91711bd6b97874705e",
236+
strip_prefix = "rules_ts-3.5.0",
237+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.0/rules_ts-v3.5.0.tar.gz",
238238
)
239239

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

0 commit comments

Comments
 (0)