@@ -14,9 +14,9 @@ workspace(name = "angular_bazel_example")
14
14
# Allows Bazel to run tooling in Node.js
15
15
http_archive (
16
16
name = "build_bazel_rules_nodejs" ,
17
- url = "https://github.com/gregmagolan /rules_nodejs/archive/d450dbff75a1a6a0833a643c6ffb9731293258dd .zip" ,
18
- strip_prefix = "rules_nodejs-d450dbff75a1a6a0833a643c6ffb9731293258dd " ,
19
- sha256 = "9f230129c813b55289051f25e09a763a40994cb95c4bbc36484a98d8adf156b3 " ,
17
+ url = "https://github.com/bazelbuild /rules_nodejs/archive/20ff5892612f8359aec8aaf26dd3902a24976ada .zip" ,
18
+ strip_prefix = "rules_nodejs-20ff5892612f8359aec8aaf26dd3902a24976ada " ,
19
+ sha256 = "07da9d4c3e688a02745d0f50709a87744706d4f5d1959b799b0ac38e97acd622 " ,
20
20
)
21
21
22
22
# The Bazel buildtools repo contains tools like the BUILD file formatter, buildifier
@@ -35,9 +35,9 @@ http_archive(
35
35
# Runs the TypeScript compiler
36
36
http_archive (
37
37
name = "build_bazel_rules_typescript" ,
38
- url = "https://github.com/gregmagolan/rules_typescript/archive/80bd5c08f6f815842571d58b1d0cc1c0714c6b72 .zip" ,
39
- strip_prefix = "rules_typescript-80bd5c08f6f815842571d58b1d0cc1c0714c6b72 " ,
40
- # sha256 = "d4bd763afc1c3a802f314cbda6f18cfd16a9831f9f83aa5ff11addb790ebf44c ",
38
+ url = "https://github.com/gregmagolan/rules_typescript/archive/014b81c1c8082b0a1da8edcac0aadcbe2781d570 .zip" ,
39
+ strip_prefix = "rules_typescript-014b81c1c8082b0a1da8edcac0aadcbe2781d570 " ,
40
+ sha256 = "60eb0fcdf2f29fd6f9d6e6d4c222524f96daebce395d7ef16c039cf57b5e90e8 " ,
41
41
)
42
42
43
43
# Used by the ts_web_test_suite rule to provision browsers
@@ -68,9 +68,9 @@ http_archive(
68
68
# The @angular repo contains rule for building Angular applications
69
69
http_archive (
70
70
name = "angular" ,
71
- url = "https://github.com/gregmagolan/angular/archive/9b24d965bee572ce171fc2882ec93b2557d6e9e1 .zip" ,
72
- strip_prefix = "angular-9b24d965bee572ce171fc2882ec93b2557d6e9e1 " ,
73
- sha256 = "1585317cf52a953e51cdfcdf896ee8337bbcceb23bc847aea9782e9431ae802b " ,
71
+ url = "https://github.com/gregmagolan/angular/archive/fea46bf124ec2a89914c6de45e394eaca53a57f6 .zip" ,
72
+ strip_prefix = "angular-fea46bf124ec2a89914c6de45e394eaca53a57f6 " ,
73
+ sha256 = "312cf488354a7b35e1f25f49199277aaee713f5660004cb6f03a8db5b25b7855 " ,
74
74
)
75
75
76
76
####################################
0 commit comments