1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-18 11:44:05 +08:00
2018-12-19 15:15:07 -08:00

20 lines
593 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: '~7.2.0-rc.0',
RxJs: '~6.3.3',
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.12.0-rc.0',
DevkitBuildNgPackagr: '~0.12.0-rc.0',
};