Skip to content

Commit

Permalink
release: v9.0.0-next.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vikerman committed Oct 31, 2019
1 parent 1812c82 commit f7769b8
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.14',
Angular: '~9.0.0-next.15',
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.18',
DevkitBuildNgPackagr: '~0.900.0-next.18',
DevkitBuildWebpack: '~0.900.0-next.18',
DevkitBuildAngular: '~0.900.0-next.19',
DevkitBuildNgPackagr: '~0.900.0-next.19',
DevkitBuildWebpack: '~0.900.0-next.19',

ngPackagr: '^9.0.0-rc.0',
};

0 comments on commit f7769b8

Please sign in to comment.