Skip to content

Commit cb154ba

Browse files
committed
build: update TypeScript integrity to 5.8.3
Update `rules_ts_dependencies` to use TypeScript 5.8.3
1 parent 9a50040 commit cb154ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WORKSPACE

+3-4
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,9 @@ http_archive(
206206
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
207207

208208
rules_ts_dependencies(
209-
# ts_version_from = "//:package.json",
210-
# Obtained by: curl --silent https://registry.npmjs.org/typescript/5.7.2 | jq -r '.dist.integrity'
211-
ts_integrity = "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
212-
ts_version = "5.7.2",
209+
# Obtained by: curl --silent https://registry.npmjs.org/typescript/5.8.3 | jq -r '.dist.integrity'
210+
ts_integrity = "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
211+
ts_version_from = "//:package.json",
213212
)
214213

215214
http_file(

0 commit comments

Comments
 (0)