Pick up TS 2.4.2 Fixes #30580 Fixes #30425

This commit is contained in:
Matt Bierner
2017-07-19 14:50:02 -07:00
parent c6c76d3d2e
commit 5a01cdc0c8
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"typescript": {
"version": "2.4.2-insiders.20170630",
"from": "typescript@2.4.2-insiders.20170630",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.4.2-insiders.20170630.tgz"
"version": "2.4.2",
"from": "typescript@2.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.4.2.tgz"
}
}
}

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "2.4.2-insiders.20170630"
"typescript": "2.4.2"
},
"scripts": {
"postinstall": "node ./postinstall"