build(bazel): update to nodejs rules 0.27.9 (#29647)

PR Close #29647
This commit is contained in:
Greg Magolan
2019-04-01 16:59:36 -07:00
committed by Jason Aden
parent 0e201ea9d8
commit 7c1f73ac7b
10 changed files with 163 additions and 48 deletions

View File

@ -49,8 +49,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.24.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.27.8',
'@bazel/typescript': '^0.27.8',
'@bazel/karma': '^0.27.9',
'@bazel/typescript': '^0.27.9',
};
const recorder = host.beginUpdate(packageJson);