Skip to content

Commit

Permalink
feat(@schematics/schematics): 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 774cd52 commit 83b23f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83b23f8

Please sign in to comment.