build: update to rules_nodejs 1.4.1 (#35999)

Minor bug fixes for Windows

PR Close #35999
This commit is contained in:
Greg Magolan
2020-03-10 13:58:01 -07:00
committed by Matias Niemelä
parent e74738db8c
commit 6f95bc915d
8 changed files with 67 additions and 67 deletions

View File

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