File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,9 @@ http_archive(
206
206
load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
207
207
208
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" ,
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" ,
213
212
)
214
213
215
214
http_file (
You can’t perform that action at this time.
0 commit comments