Skip to content

Commit 4d9e50e

Browse files
committed
build: update the ts_integrity expected for the typescript version in WORKSPACE (angular#62109)
Update the WORKSPACE to expect the correct sha. PR Close angular#62109
1 parent 39237e8 commit 4d9e50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
151151

152152
rules_ts_dependencies(
153153
# Obtained by: curl --silent https://registry.npmjs.org/typescript/5.8.2 | jq -r '.dist.integrity'
154-
ts_integrity = "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
154+
ts_integrity = "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
155155
ts_version_from = "//:package.json",
156156
)
157157

0 commit comments

Comments
 (0)