10000 release: v9.0.0-next.6 · leon/angular-cli@b4d5921 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4d5921

Browse files
committed
release: v9.0.0-next.6
1 parent 6cb9f4d commit b4d5921

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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.7',
11+
Angular: '~9.0.0-next.8',
1212
RxJs: '~6.5.3',
1313
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.5',
19-
DevkitBuildNgPackagr: '~0.900.0-next.5',
20-
DevkitBuildWebpack: '~0.900.0-next.5',
21-
AngularPWA: '~0.900.0-next.5',
18+
DevkitBuildAngular: '~0.900.0-next.6',
19+
DevkitBuildNgPackagr: '~0.900.0-next.6',
20+
DevkitBuildWebpack: '~0.900.0-next.6',
21+
AngularPWA: '~0.900.0-next.6',
2222

2323
ngPackagr: '^5.5.1',
2424
};

0 commit comments

Comments
 (0)
0