2019-04-13 10:23:02 -07:00

20 lines
603 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.12',
RxJs: '~6.4.0',
ZoneJs: '~0.9.0',
TypeScript: '~3.4.3',
TsLib: '^1.9.0',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.800.0-beta.13',
DevkitBuildNgPackagr: '~0.800.0-beta.13',
};