Skip to content

Commit 71b9646

Browse files
L2jLigavikerman
authored andcommitted
fix(@schematics/angular): update typescript to 3.2.4 (#13554)
Fixed inconsistency in typescript versions, all other pkgs have pinned ts 3.2.4
1 parent f6a606d commit 71b9646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@angular-devkit/core": "0.0.0",
1313
"@angular-devkit/schematics": "0.0.0",
14-
"typescript": "3.2.2"
14+
"typescript": "3.2.4"
1515
}
1616
}

0 commit comments

Comments
 (0)