UNPKG

980 BJavaScriptView Raw
1"use strict";
2/**
3 * @license
4 * Copyright Google Inc. All Rights Reserved.
5 *
6 * Use of this source code is governed by an MIT-style license that can be
7 * found in the LICENSE file at https://angular.io/license
8 */
9Object.defineProperty(exports, "__esModule", { value: true });
10exports.latestVersions = void 0;
11exports.latestVersions = {
12 // These versions should be kept up to date with latest Angular peer dependencies.
13 Angular: '~10.0.4',
14 RxJs: '~6.5.5',
15 ZoneJs: '~0.10.3',
16 TypeScript: '~3.9.5',
17 TsLib: '^2.0.0',
18 // The versions below must be manually updated when making a new devkit release.
19 // For our e2e tests, these versions must match the latest tag present on the branch.
20 // During RC periods they will not match the latest RC until there's a new git tag, and
21 // should not be updated.
22 DevkitBuildAngular: '~0.1000.3',
23 DevkitBuildNgPackagr: '~0.1000.3',
24 DevkitBuildWebpack: '~0.1000.3',
25 ngPackagr: '^10.0.0',
26};