build: update to rules_nodejs 1.1.0 (#34736)

This release resolves the bootstrap require patching issue with jasmine_node_test. Require patches are now included before any bootstrap scripts.

PR Close #34736
This commit is contained in:
Greg Magolan
2020-01-12 14:14:01 -08:00
committed by Matias Niemelä
parent 6174dffc2a
commit 436e7388c3
11 changed files with 67 additions and 100 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', '1.0.1'],
['@bazel/protractor', '1.0.1'],
['@bazel/rollup', '1.0.1'],
['@bazel/terser', '1.0.1'],
['@bazel/typescript', '1.0.1'],
['@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'],
['history-server', '1.3.1'],
['html-insert-assets', '0.2.0'],
['karma', '4.4.1'],