Skip to content

Commit 0f9fcaa

Browse files
filipesilvamgechev
authored andcommitted
build: update latest-versions for rc.14
1 parent dc642df commit 0f9fcaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~9.0.0-rc.9',
11+
Angular: '~9.0.0-rc.14',
1212
RxJs: '~6.5.4',
1313
ZoneJs: '~0.10.2',
14-
TypeScript: '~3.7.4',
14+
TypeScript: '~3.7.5',
1515
TsLib: '^1.10.0',
1616

1717
// The versions below must be manually updated when making a new devkit release.
@@ -21,5 +21,5 @@ export const latestVersions = {
2121
DevkitBuildNgPackagr: '~0.900.0-next.19',
2222
DevkitBuildWebpack: '~0.900.0-next.19',
2323

24-
ngPackagr: '^9.0.0-rc.7',
24+
ngPackagr: '^9.0.0-rc.8',
2525
};

0 commit comments

Comments
 (0)