build(bazel): update to nodejs rules 0.27.10 (#29694)

PR Close #29694
This commit is contained in:
Greg Magolan
2019-04-03 16:56:20 -07:00
committed by Igor Minar
parent 0c47dc0466
commit 7fbe138b1f
9 changed files with 227 additions and 189 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.9',
'@bazel/typescript': '^0.27.9',
'@bazel/karma': '^0.27.10',
'@bazel/typescript': '^0.27.10',
};
const recorder = host.beginUpdate(packageJson);