build: update to nodejs rules 0.27 (#29210)

PR Close #29210
This commit is contained in:
Matias Niemelä
2019-03-14 19:35:00 -07:00
parent b2aadffbbc
commit fc8048ddaf
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);