Skip to content

Commit 441c606

Browse files
filipesilvamgechev
authored andcommitted
build: update latest-versions for rc.14
1 parent 9740852 commit 441c606

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,16 +8,16 @@
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.12',
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.
1818
DevkitBuildAngular: '~0.900.0-rc.12',
1919
DevkitBuildNgPackagr: '~0.900.0-rc.12',
2020
DevkitBuildWebpack: '~0.900.0-rc.12',
2121

22-
ngPackagr: '^9.0.0-rc.7',
22+
ngPackagr: '^9.0.0-rc.8',
2323
};

0 commit comments

Comments
 (0)