Skip to content

Commit

Permalink
feat(@schematics/angular): generate new projects with TypeScript 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Dec 3, 2020
1 parent 8d92a7c commit 774cd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const latestVersions = {
Angular: '~11.1.0-next.1',
RxJs: '~6.6.0',
ZoneJs: '~0.11.3',
TypeScript: '~4.0.2',
TypeScript: '~4.1.2',
TsLib: '^2.0.0',

// The versions below must be manually updated when making a new devkit release.
Expand Down

0 comments on commit 774cd52

Please sign in to comment.