Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit dada0af

Browse files
committed
build: update bazel ts_version to match the version in package.json
1 parent eea993f commit dada0af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ http_archive(
2020

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

23-
# TODO: should use version from package.json but this version isn't yet supported by aspect/rules_ts
24-
# rules_ts_dependencies(ts_version_from = "//:package.json")
2523
rules_ts_dependencies(
26-
ts_version = "5.2.2",
27-
ts_integrity = "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
24+
# Obtained by: curl --silent https://registry.npmjs.org/typescript/5.9.2 | jq -r '.dist.integrity'
25+
ts_integrity = "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
26+
ts_version = "5.9.2",
2827
)
2928

3029
http_archive(

0 commit comments

Comments
 (0)