From c9a5f3ced6689feac9cc0ccbd15b0fed6f454d6e Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Wed, 19 Feb 2020 14:41:57 -0800 Subject: [PATCH] release: v9.1.0-next.0 --- packages/schematics/angular/utility/latest-versions.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index cd85f912f33b..cfa7605e9d26 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -8,7 +8,7 @@ export const latestVersions = { // These versions should be kept up to date with latest Angular peer dependencies. - Angular: '~9.0.0', + Angular: '~9.1.0-next.1', RxJs: '~6.5.4', ZoneJs: '~0.10.2', TypeScript: '~3.7.5', @@ -18,9 +18,9 @@ export const latestVersions = { // For our e2e tests, these versions must match the latest tag present on the branch. // During RC periods they will not match the latest RC until there's a new git tag, and // should not be updated. - DevkitBuildAngular: '~0.900.0-next.19', - DevkitBuildNgPackagr: '~0.900.0-next.19', - DevkitBuildWebpack: '~0.900.0-next.19', + DevkitBuildAngular: '~0.901.0-next.0', + DevkitBuildNgPackagr: '~0.901.0-next.0', + DevkitBuildWebpack: '~0.901.0-next.0', ngPackagr: '^9.0.0', };