build: update yarn version (#27193)

Some engineers were already on Yarn 0.10.x which was permitted by the range in our package.json#engines
However this introduced 'integrity sha512' lines into the yarn.lock files.
Then when engineers use yarn 0.9 (in particular, Bazel did this) then the lock files get tons of meaningless edits.
We could force everyone back to yarn 0.9 but this commit chooses to instead advance everyone past 0.10

PR Close #27193
This commit is contained in:
Alex Eagle
2018-11-20 06:21:05 -08:00
committed by Miško Hevery
parent 4390e10dfd
commit 026b7e34b3
7 changed files with 8 additions and 8 deletions

View File

@ -25,8 +25,8 @@ def rules_angular_dependencies():
_maybe(
http_archive,
name = "build_bazel_rules_nodejs",
url = "https://github.com/bazelbuild/rules_nodejs/archive/0.15.3.zip",
strip_prefix = "rules_nodejs-0.15.3",
url = "https://github.com/bazelbuild/rules_nodejs/archive/0.16.2.zip",
strip_prefix = "rules_nodejs-0.16.2",
)
_maybe(