latest-versions.js 915 B

123456789101112131415161718192021222324
  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. */
  9. Object.defineProperty(exports, "__esModule", { value: true });
  10. exports.latestVersions = {
  11. // These versions should be kept up to date with latest Angular peer dependencies.
  12. Angular: '~9.0.1',
  13. RxJs: '~6.5.4',
  14. ZoneJs: '~0.10.2',
  15. TypeScript: '~3.7.5',
  16. TsLib: '^1.10.0',
  17. // The versions below must be manually updated when making a new devkit release.
  18. // For our e2e tests, these versions must match the latest tag present on the branch.
  19. // During RC periods they will not match the latest RC though, and should not be updated.
  20. DevkitBuildAngular: '~0.900.2',
  21. DevkitBuildNgPackagr: '~0.900.2',
  22. DevkitBuildWebpack: '~0.900.2',
  23. ngPackagr: '^9.0.0',
  24. };