Skip to content

Commit 2b48aff

Browse files
committed
release: v9.0.0-next.5
1 parent 438e2eb commit 2b48aff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~9.0.0-next.5',
11+
Angular: '~9.0.0-next.7',
1212
RxJs: '~6.4.0',
13-
ZoneJs: '~0.10.1',
13+
ZoneJs: '~0.10.2',
1414
TypeScript: '~3.5.3',
1515
TsLib: '^1.10.0',
1616

1717
// The versions below must be manually updated when making a new devkit release.
18-
DevkitBuildAngular: '~0.900.0-next.4',
19-
DevkitBuildNgPackagr: '~0.900.0-next.4',
20-
DevkitBuildWebpack: '~0.900.0-next.4',
21-
AngularPWA: '~0.900.0-next.4',
18+
DevkitBuildAngular: '~0.900.0-next.5',
19+
DevkitBuildNgPackagr: '~0.900.0-next.5',
20+
DevkitBuildWebpack: '~0.900.0-next.5',
21+
AngularPWA: '~0.900.0-next.5',
2222

2323
ngPackagr: '^5.5.1',
2424
};

0 commit comments

Comments
 (0)