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

PR Close #29375
This commit is contained in:
Greg Magolan
2019-03-19 11:30:41 -07:00
committed by Matias Niemelä
parent ea90435a6b
commit b460b26308
8 changed files with 24 additions and 24 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.6',
'@bazel/karma': '^0.27.7',
};
const recorder = host.beginUpdate(packageJson);