2019-09-05 10:43:58 -07:00

26 lines
723 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: '~9.0.0-next.5',
RxJs: '~6.4.0',
ZoneJs: '~0.10.1',
TypeScript: '~3.5.3',
TsLib: '^1.10.0',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.900.0-next.3',
DevkitBuildNgPackagr: '~0.900.0-next.3',
DevkitBuildWebpack: '~0.900.0-next.3',
AngularPWA: '~0.900.0-next.3',
tsickle: '^0.37.0',
ngPackagr: '^5.4.0',
};