Skip to content

Commit

Permalink
feat(@schematics/angular): use TypeScript 2.9 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunint authored and hansl committed Jul 27, 2018
1 parent bd615f1 commit c0a5089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -11,7 +11,7 @@ export const latestVersions = {
Angular: '^6.1.0',
RxJs: '^6.0.0',
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.
DevkitBuildAngular: '~0.7.0',
DevkitBuildNgPackagr: '~0.7.0',
Expand Down

0 comments on commit c0a5089

Please sign in to comment.