Pick up TS 2.3.2 Fixes #25699

This commit is contained in:
Matt Bierner 2017-04-30 12:27:50 -07:00
parent e7ff4c373f
commit 0533eec76c
2 changed files with 4 additions and 4 deletions

View file

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

View file

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