mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
24 lines
672 B
TypeScript
24 lines
672 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.12',
|
|
RxJs: '~6.5.3',
|
|
ZoneJs: '~0.10.2',
|
|
TypeScript: '~3.6.4',
|
|
TsLib: '^1.10.0',
|
|
|
|
// The versions below must be manually updated when making a new devkit release.
|
|
DevkitBuildAngular: '~0.900.0-next.13',
|
|
DevkitBuildNgPackagr: '~0.900.0-next.13',
|
|
DevkitBuildWebpack: '~0.900.0-next.13',
|
|
|
|
ngPackagr: '^5.5.1',
|
|
};
|