build(bazel): update to nodejs rules 0.27.6 (#29375)

PR Close #29375
This commit is contained in:
Greg Magolan
2019-03-18 14:50:52 -07:00
committed by Matias Niemelä
parent 7c4afb0da7
commit ea0e832e5f
9 changed files with 30 additions and 41 deletions

View File

@ -49,7 +49,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.23.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.27.4',
'@bazel/karma': '^0.27.6',
};
const recorder = host.beginUpdate(packageJson);