UNPKG

@schematics/angular

Version:
25 lines (24 loc) 816 B
"use strict"; /** * @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 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.latestVersions = { // These versions should be kept up to date with latest Angular peer dependencies. Angular: '~8.2.0-next.0', RxJs: '~6.4.0', ZoneJs: '~0.9.1', TypeScript: '~3.4.3', TsLib: '^1.9.0', // The versions below must be manually updated when making a new devkit release. DevkitBuildAngular: '~0.802.0-next.0', DevkitBuildNgPackagr: '~0.802.0-next.0', DevkitBuildWebpack: '~0.802.0-next.0', AngularPWA: '~0.802.0-next.0', tsickle: '^0.35.0', ngPackagr: '^5.1.0', };