We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da4844 commit b20a4e4Copy full SHA for b20a4e4
WORKSPACE
@@ -158,7 +158,7 @@ http_archive(
158
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
159
160
rules_ts_dependencies(
161
- # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.8.2 | jq -r '.dist.integrity'
+ # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.8.3 | jq -r '.dist.integrity'
162
ts_integrity = "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
163
ts_version_from = "//:package.json",
164
)
0 commit comments