build(bazel): pin versions of nodejs rules in @angular/bazel peer deps and @bazel/schematics (#29800)

PR Close #29800
This commit is contained in:
Greg Magolan
2019-04-09 17:51:23 -07:00
committed by Kara Erickson
parent b0eefc872e
commit db62ccf9eb
2 changed files with 3 additions and 3 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.10',
'@bazel/typescript': '^0.27.10',
'@bazel/karma': '0.27.10',
'@bazel/typescript': '0.27.10',
};
const recorder = host.beginUpdate(packageJson);