build: fix for integration test bazel-schematics (#28532)

PR Close #28532
This commit is contained in:
Greg Magolan 2019-02-04 17:17:16 -08:00 committed by Matias Niemelä
parent 57034aa13d
commit 62c0deac42
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default function(options: BazelWorkspaceOptions): Rule {
}
const workspaceVersions = {
'RULES_NODEJS_VERSION': '0.16.5',
'RULES_NODEJS_VERSION': '0.16.8',
'ANGULAR_VERSION': existingVersions.Angular || clean(latestVersions.Angular),
'RXJS_VERSION': existingVersions.RxJs || clean(latestVersions.RxJs),
// TODO(kyliau): Consider moving this to latest-versions.ts