build: update integration/bazel & @angular/bazel schematics to rules_nodejs 0.42.1 (#34112)

This release brings a bug fix that https://github.com/angular/angular/pull/34243 is waiting on in order to remove rules_nodejs patches: fix(builtin): additional_root_paths in pkg_web should also include paths in genfiles and bin dirs (bazelbuild/rules_nodejs#1402)

PR Close #34112
This commit is contained in:
Greg Magolan
2019-12-04 22:19:02 -08:00
committed by Kara Erickson
parent b0534177e0
commit 656607b640
5 changed files with 34 additions and 34 deletions

View File

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