build: update to nodejs rules 0.27 (#29210)

PR Close #29210
This commit is contained in:
Greg Magolan
2019-03-10 12:37:11 -07:00
committed by Matias Niemelä
parent a3e105487d
commit 08231f0bfa
13 changed files with 104 additions and 87 deletions

View File

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