Skip to content

Commit

Permalink
fix(@schematics/angular): update typescript to 3.2.4 (#13554)
Browse files Browse the repository at this point in the history
Fixed inconsistency in typescript versions, all other pkgs have pinned ts 3.2.4
  • Loading branch information
L2jLiga authored and vikerman committed Feb 6, 2019
1 parent f6a606d commit 71b9646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@angular-devkit/core": "0.0.0",
"@angular-devkit/schematics": "0.0.0",
"typescript": "3.2.2"
"typescript": "3.2.4"
}
}

0 comments on commit 71b9646

Please sign in to comment.