Keen Yee Liau 040dcb8365 feat(@schematics/angular): Update rxjs to 6.4.0
6.4.0 is needed so that Bazel does not have to build rxjs from source

See [angular/angular#28720](https://github.com/angular/angular/pull/28720)
2019-02-17 10:38:52 -08:00

20 lines
599 B
TypeScript

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~8.0.0-beta.0',
RxJs: '~6.4.0',
ZoneJs: '~0.8.26',
TypeScript: '~3.2.2',
TsLib: '^1.9.0',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.14.0-beta.0',
DevkitBuildNgPackagr: '~0.14.0-beta.0',
};