build: update to rules_nodejs 1.2.0 (#34961)

This brings in a fix so that yarn_install picks up the yarn-path attribute of the .yarnrc file.

PR Close #34961
This commit is contained in:
Greg Magolan
2020-01-24 13:08:55 -08:00
committed by Misko Hevery
parent c77cf717aa
commit 513c69169e
11 changed files with 108 additions and 78 deletions

View File

@ -40,11 +40,11 @@ function addDevDependenciesToPackageJson(options: Schema) {
['@angular/bazel', angularCore.version],
['@bazel/bazel', '2.0.0'],
['@bazel/ibazel', '0.10.3'],
['@bazel/karma', '1.1.0'],
['@bazel/protractor', '1.1.0'],
['@bazel/rollup', '1.1.0'],
['@bazel/terser', '1.1.0'],
['@bazel/typescript', '1.1.0'],
['@bazel/karma', '1.2.0'],
['@bazel/protractor', '1.2.0'],
['@bazel/rollup', '1.2.0'],
['@bazel/terser', '1.2.0'],
['@bazel/typescript', '1.2.0'],
['history-server', '1.3.1'],
['html-insert-assets', '0.2.0'],
['karma', '4.4.1'],