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

Commit 2de01ef

Browse files
gregmagolanalexeagle
authored andcommitted
Update to rules_typescript 0.20.1 (#219)
1 parent ff41127 commit 2de01ef

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

WORKSPACE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ http_archive(
2323
# The @angular repo contains rule for building Angular applications
2424
http_archive(
2525
name = "angular",
26-
url = "https://github.com/angular/angular/archive/2546c663769cdb8ba0b3979bb157fe58770f4325.zip",
27-
strip_prefix = "angular-2546c663769cdb8ba0b3979bb157fe58770f4325",
28-
#sha256 = "5ac6694f7c694afe34767aff4a0dd0408e25b0493cea675c2bb075c123adc46a",
26+
url = "https://github.com/angular/angular/archive/0e1ca096dab8a6010c9d67eadc7806b5dd992ac0.zip",
27+
strip_prefix = "angular-0e1ca096dab8a6010c9d67eadc7806b5dd992ac0",
2928
)
3029

3130
# The @rxjs repo contains targets for building rxjs with bazel

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@angular/core": "github:angular/core-builds#bazel",
1717
"@bazel/benchmark-runner": "0.1.0",
1818
"@bazel/ibazel": "0.5.0",
19-
"@bazel/karma": "0.19.1",
20-
"@bazel/typescript": "0.19.1",
19+
"@bazel/karma": "0.20.1",
20+
"@bazel/typescript": "0.20.1",
2121
"@types/jasmine": "2.8.8",
2222
"@types/node": "6.0.117",
2323
"clang-format": "1.2.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
version "0.5.0"
4747
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.5.0.tgz#76f269bd60d866e2aa9e86b25c456d18fee2ef54"
4848

49-
"@bazel/karma@0.19.1":
50-
version "0.19.1"
51-
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.19.1.tgz#99873ee9d85456b693f435f689ce0acfd09d2445"
49+
"@bazel/karma@0.20.1":
50+
version "0.20.1"
51+
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.1.tgz#84e437cb4c4545906152bbfab401ed8111d5d558"
5252
dependencies:
5353
jasmine-core "2.8.0"
5454
karma alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a
@@ -61,9 +61,9 @@
6161
requirejs "2.3.5"
6262
tmp "0.0.33"
6363

64-
"@bazel/typescript@0.19.1":
65-
version "0.19.1"
66-
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.19.1.tgz#61dd57c0ab8a6c9930d2463d44e9522ec007fe3a"
64+
"@bazel/typescript@0.20.1":
65+
version "0.20.1"
66+
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.1.tgz#f6d3ff13fb203ccb6ddeb7ca670978983b3e1b73"
6767
dependencies:
6868
protobufjs "5.0.0"
6969
source-map-support "0.5.9"

0 commit comments

Comments
 (0)