build(bazel): update to nodejs rules 0.27.8 (#29508)

* fixes prodmode issue in integration/bazel

BREAKING CHANGE:

@bazel/typescript is now a peerDependency of @angular/bazel so user's of @angular/bazel must add @bazel/typescript to their package.json

PR Close #29508
This commit is contained in:
Greg Magolan
2019-03-25 14:06:10 -04:00
committed by Miško Hevery
parent 06056b4a6d
commit d9162a872d
11 changed files with 203 additions and 33 deletions

View File

@ -49,7 +49,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.23.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.27.7',
'@bazel/karma': '^0.27.8',
'@bazel/typescript': '^0.27.8',
};
const recorder = host.beginUpdate(packageJson);