Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit ea0f3b6

Browse files
committed
Update angular, rules_typescript & rules_nodejs commits
1 parent e6514e9 commit ea0f3b6

File tree

3 files changed

+63
-158
lines changed

3 files changed

+63
-158
lines changed

WORKSPACE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ workspace(name = "angular_bazel_example")
1414
# Allows Bazel to run tooling in Node.js
1515
http_archive(
1616
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",
2020
)
2121

2222
# The Bazel buildtools repo contains tools like the BUILD file formatter, buildifier
@@ -35,9 +35,9 @@ http_archive(
3535
# Runs the TypeScript compiler
3636
http_archive(
3737
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",
4141
)
4242

4343
# Used by the ts_web_test_suite rule to provision browsers
@@ -68,9 +68,9 @@ http_archive(
6868
# The @angular repo contains rule for building Angular applications
6969
http_archive(
7070
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",
7474
)
7575

7676
####################################

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"clang-format": "1.2.3",
2121
"concurrently": "3.6.0",
2222
"husky": "0.14.3",
23+
"protobufjs": "5.0.0",
2324
"protractor": "5.4.0",
2425
"typescript": "2.7.2"
2526
},

0 commit comments

Comments
 (0)