We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a50040 commit cb154baCopy full SHA for cb154ba
WORKSPACE
@@ -206,10 +206,9 @@ http_archive(
206
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
207
208
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",
+ # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.8.3 | jq -r '.dist.integrity'
+ ts_integrity = "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
+ ts_version_from = "//:package.json",
213
)
214
215
http_file(
0 commit comments