2018-06-05 18:50:06 -07:00

19 lines
571 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: '^6.0.3',
RxJs: '^6.0.0',
ZoneJs: '^0.8.26',
TypeScript: '~2.7.2',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.7.0-beta.1',
DevkitBuildNgPackagr: '~0.7.0-beta.1',
};