Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Update @angular/bazel to 8.1.0
Browse files Browse the repository at this point in the history
This is needed to get a fix in ngc-wrapped, which in turn is needed to sync rules_nodejs to current rules_typescript

The sync sandwich :(
  • Loading branch information
alexeagle committed Jun 5, 2019
1 parent 373c1e2 commit f727d23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular/bazel": "8.0.0",
"@angular/bazel": "8.1.0-next.1",
"@angular/cli": "8.0.1",
"@angular/compiler": "8.0.0",
"@angular/compiler-cli": "8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
dependencies:
tslib "^1.9.0"

"@angular/bazel@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-8.0.0.tgz#eead29b37f0fa6b469c735165a19d688a4a0106c"
integrity sha512-KnuE2yB9VBFetxoBVbnBqdYzeAw2O00ed9a+KPg1YZbbaXc7M5xXBALQ9jyohjDTBzUB5EQ4SrgTeccfJxjKIg==
"@angular/bazel@8.1.0-next.1":
version "8.1.0-next.1"
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-8.1.0-next.1.tgz#e4c325290189ad737329750c67f075393804d51a"
integrity sha512-EPON12FcRr3Ruqp/aKl2uSIUOni1r5B85NrjtrECVRlRXNFJCQp1e52sr5+YLr5U7n7VcpHwXf3kckUMtwGlyg==
dependencies:
"@angular-devkit/architect" "^0.800.0-beta.15"
"@angular-devkit/core" "^8.0.0-beta.15"
Expand Down

0 comments on commit f727d23

Please sign in to comment.