latest-versions.ts (angular-cli-11.0.1) | : | latest-versions.ts (angular-cli-11.0.2) | ||
---|---|---|---|---|
/** | /** | |||
* @license | * @license | |||
* Copyright Google Inc. All Rights Reserved. | * Copyright Google Inc. All Rights Reserved. | |||
* | * | |||
* Use of this source code is governed by an MIT-style license that can be | * 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 | * found in the LICENSE file at https://angular.io/license | |||
*/ | */ | |||
export const latestVersions = { | export const latestVersions = { | |||
// These versions should be kept up to date with latest Angular peer dependenc ies. | // These versions should be kept up to date with latest Angular peer dependenc ies. | |||
Angular: '~11.0.0', | Angular: '~11.0.1', | |||
RxJs: '~6.6.0', | RxJs: '~6.6.0', | |||
ZoneJs: '~0.10.2', | ZoneJs: '~0.10.2', | |||
TypeScript: '~4.0.2', | TypeScript: '~4.0.2', | |||
TsLib: '^2.0.0', | TsLib: '^2.0.0', | |||
// The versions below must be manually updated when making a new devkit releas e. | // The versions below must be manually updated when making a new devkit releas e. | |||
// For our e2e tests, these versions must match the latest tag present on the branch. | // For our e2e tests, these versions must match the latest tag present on the branch. | |||
// During RC periods they will not match the latest RC until there's a new git tag, and | // During RC periods they will not match the latest RC until there's a new git tag, and | |||
// should not be updated. | // should not be updated. | |||
DevkitBuildAngular: '~0.1100.1', | DevkitBuildAngular: '~0.1100.2', | |||
DevkitBuildNgPackagr: '~0.1100.1', | DevkitBuildNgPackagr: '~0.1100.2', | |||
DevkitBuildWebpack: '~0.1100.1', | DevkitBuildWebpack: '~0.1100.2', | |||
ngPackagr: '^11.0.0', | ngPackagr: '^11.0.0', | |||
}; | }; | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |