feat(@schematics/angular): use TypeScript 2.9 as default

This commit is contained in:
Sarun Intaralawan 2018-07-26 17:32:18 +07:00 committed by Hans
parent bd615f14a4
commit c0a5089d44

View File

@ -11,7 +11,7 @@ export const latestVersions = {
Angular: '^6.1.0', Angular: '^6.1.0',
RxJs: '^6.0.0', RxJs: '^6.0.0',
ZoneJs: '~0.8.26', ZoneJs: '~0.8.26',
TypeScript: '~2.7.2', TypeScript: '~2.9.2',
// The versions below must be manually updated when making a new devkit release. // The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.7.0', DevkitBuildAngular: '~0.7.0',
DevkitBuildNgPackagr: '~0.7.0', DevkitBuildNgPackagr: '~0.7.0',