Skip to content

Commit b264517

Browse files
angular-robotclydin
authored andcommitted
build: update dependency aspect_rules_ts to v3.6.0
See associated pull request for more information. (cherry picked from commit 411ff72)
1 parent 4b57934 commit b264517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ npm_repositories()
198198

199199
http_archive(
200200
name = "aspect_rules_ts",
201-
sha256 = "56858e1e4380948e2d5aca5ab2e96fc5ed788652a4a3b7036e8e4b6f019e63bd",
202-
strip_prefix = "rules_ts-3.5.3",
203-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.3/rules_ts-v3.5.3.tar.gz",
201+
sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f",
202+
strip_prefix = "rules_ts-3.6.0",
203+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0/rules_ts-v3.6.0.tar.gz",
204204
)
205205

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

0 commit comments

Comments
 (0)