@@ -35,17 +35,19 @@ http_archive(
35
35
# Runs the TypeScript compiler
36
36
http_archive (
37
37
name = "build_bazel_rules_typescript" ,
38
- url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.0 .zip" ,
39
- strip_prefix = "rules_typescript-0.15.0 " ,
40
- sha256 = "1aa75917330b820cb239b3c10a936a10f0a46fe215063d4492dd76dc6e1616f4 " ,
38
+ url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.3 .zip" ,
39
+ strip_prefix = "rules_typescript-0.15.3 " ,
40
+ sha256 = "a2b26ac3fc13036011196063db1bf7f1eae81334449201dc28087ebfa3708c99 " ,
41
41
)
42
42
43
43
# Used by the ts_web_test_suite rule to provision browsers
44
44
http_archive (
45
45
name = "io_bazel_rules_webtesting" ,
46
- url = "https://github.com/bazelbuild/rules_webtesting/archive/v0.2.0.zip" ,
47
- strip_prefix = "rules_webtesting-0.2.0" ,
48
- sha256 = "cecc12f07e95740750a40d38e8b14b76fefa1551bef9332cb432d564d693723c" ,
46
+ # Use a commit SHA because we need a release
47
+ # https://github.com/bazelbuild/rules_webtesting/issues/273
48
+ url = "https://github.com/bazelbuild/rules_webtesting/archive/bbfc846d98dacb0fb40dd9173acfe4070e3e0f62.zip" ,
49
+ strip_prefix = "rules_webtesting-bbfc846d98dacb0fb40dd9173acfe4070e3e0f62" ,
50
+ sha256 = "a79e2d681b7c9ddc51e7974ddb385b9ee2b389cdc823dd3e78e18936337e4c5a" ,
49
51
)
50
52
51
53
# Runs the Sass CSS preprocessor
@@ -59,8 +61,8 @@ http_archive(
59
61
# Some of the TypeScript tooling is written in Go.
60
62
http_archive (
61
63
name = "io_bazel_rules_go" ,
62
- url = "https://github.com/bazelbuild/rules_go/releases/download/0.11 .0/rules_go-0.11 .0.tar.gz" ,
63
- sha256 = "f70c35a8c779bb92f7521ecb5a1c6604e9c3edd431e50b6376d7497abc8ad3c1 " ,
64
+ url = "https://github.com/bazelbuild/rules_go/releases/download/0.13 .0/rules_go-0.13 .0.tar.gz" ,
65
+ sha256 = "ba79c532ac400cefd1859cbc8a9829346aa69e3b99482cd5a54432092cbc3933 " ,
64
66
)
65
67
66
68
####################################
0 commit comments