From 83b23f81b1b386ea251fee7f7788581b981834e9 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Fri, 20 Nov 2020 14:42:30 -0500 Subject: [PATCH] feat(@schematics/schematics): generate new projects with TypeScript 4.1 --- .../schematics/blank/project-files/package.json.template | 2 +- packages/schematics/schematics/schematic/files/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/schematics/blank/project-files/package.json.template b/packages/schematics/schematics/blank/project-files/package.json.template index 9ed40ad250..ef854f034f 100644 --- a/packages/schematics/schematics/blank/project-files/package.json.template +++ b/packages/schematics/schematics/blank/project-files/package.json.template @@ -15,7 +15,7 @@ "dependencies": { "@angular-devkit/core": "^<%= coreVersion %>", "@angular-devkit/schematics": "^<%= schematicsVersion %>", - "typescript": "~4.0.2" + "typescript": "~4.1.2" }, "devDependencies": { "@types/node": "^12.11.1", diff --git a/packages/schematics/schematics/schematic/files/package.json b/packages/schematics/schematics/schematic/files/package.json index efb082e265..69c516e832 100644 --- a/packages/schematics/schematics/schematic/files/package.json +++ b/packages/schematics/schematics/schematic/files/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular-devkit/core": "^<%= coreVersion %>", "@angular-devkit/schematics": "^<%= schematicsVersion %>", - "typescript": "~4.0.2" + "typescript": "~4.1.2" }, "devDependencies": { "@types/node": "^12.11.1",