Skip to content

Commit

Permalink
feat(@angular-devkit/schematics-cli): generate new projects using Typ…
Browse files Browse the repository at this point in the history
…eScript 4.5
  • Loading branch information
alan-agius4 authored and dgp1130 committed Dec 2, 2021
1 parent f95cc82 commit 339bab0
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.4.3"
"typescript": "~4.5.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.4.3"
"typescript": "~4.5.2"
},
"devDependencies": {
"@types/node": "^12.11.1",
Expand Down

0 comments on commit 339bab0

Please sign in to comment.