Skip to content

Commit

Permalink
fix(@schematics/schematics): generate new schematics using TypeScript…
Browse files Browse the repository at this point in the history
… 3.9
  • Loading branch information
alan-agius4 authored and filipesilva committed Jul 22, 2020
1 parent eec0a28 commit 9ed60a8
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": "~3.9.2"
"typescript": "~3.9.7"
},
"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": "~3.8.2"
"typescript": "~3.9.7"
},
"devDependencies": {
"@types/node": "^12.11.1",
Expand Down

0 comments on commit 9ed60a8

Please sign in to comment.