Skip to content

Commit

Permalink
release: v9.0.0-next.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vikerman committed Oct 21, 2019
1 parent 151ced8 commit 0a959ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~9.0.0-next.11',
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.12',
DevkitBuildNgPackagr: '~0.900.0-next.12',
DevkitBuildWebpack: '~0.900.0-next.12',
DevkitBuildAngular: '~0.900.0-next.13',
DevkitBuildNgPackagr: '~0.900.0-next.13',
DevkitBuildWebpack: '~0.900.0-next.13',

ngPackagr: '^5.5.1',
};

0 comments on commit 0a959ab

Please sign in to comment.