build(bazel): update to nodejs rules 0.27.12 and pin versions in @angular/bazel peer deps and for @bazel/schematics (#29799)

PR Close #29799
This commit is contained in:
Greg Magolan
2019-04-09 17:30:35 -07:00
committed by Ben Lesh
parent 83291f01b0
commit 7edfcf948f
9 changed files with 67 additions and 121 deletions

View File

@ -50,8 +50,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.24.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '0.27.10',
'@bazel/typescript': '0.27.10',
'@bazel/karma': '0.27.12',
'@bazel/typescript': '0.27.12',
};
const recorder = host.beginUpdate(packageJson);