Skip to content

Commit 0ee5524

Browse files
committed
release: v9.0.5
1 parent a7d664a commit 0ee5524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~9.0.3',
11+
Angular: '~9.0.5',
1212
RxJs: '~6.5.4',
1313
ZoneJs: '~0.10.2',
1414
TypeScript: '~3.7.5',
@@ -17,9 +17,9 @@ export const latestVersions = {
1717
// The versions below must be manually updated when making a new devkit release.
1818
// For our e2e tests, these versions must match the latest tag present on the branch.
1919
// During RC periods they will not match the latest RC though, and should not be updated.
20-
DevkitBuildAngular: '~0.900.4',
21-
DevkitBuildNgPackagr: '~0.900.4',
22-
DevkitBuildWebpack: '~0.900.4',
20+
DevkitBuildAngular: '~0.900.5',
21+
DevkitBuildNgPackagr: '~0.900.5',
22+
DevkitBuildWebpack: '~0.900.5',
2323

2424
ngPackagr: '^9.0.0',
2525
};

0 commit comments

Comments
 (0)