Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ed60a8

Browse files
alan-agius4filipesilva
authored andcommittedJul 22, 2020
fix(@schematics/schematics): generate new schematics using TypeScript 3.9
1 parent eec0a28 commit 9ed60a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/schematics/schematics/blank/project-files/package.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~3.9.2"
18+
"typescript": "~3.9.7"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",

‎packages/schematics/schematics/schematic/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~3.8.2"
18+
"typescript": "~3.9.7"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",

0 commit comments

Comments
 (0)
Please sign in to comment.