Adopt ts 2.6.1 for building vscode. Fixes #37719

This commit is contained in:
Matt Bierner 2017-11-06 09:28:13 -08:00
parent f9ccd89c62
commit f048c5ea63
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@
"sinon": "^1.17.2",
"source-map": "^0.4.4",
"tslint": "^4.3.1",
"typescript": "2.5.2",
"typescript": "2.6.1",
"typescript-formatter": "4.0.1",
"underscore": "^1.8.2",
"vinyl": "^0.4.5",

View file

@ -13,7 +13,7 @@
"documentdb": "^1.11.0",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"typescript": "2.5.2",
"typescript": "2.6.1",
"xml2js": "^0.4.17"
},
"scripts": {

View file

@ -108,7 +108,7 @@
"sinon": "^1.17.2",
"source-map": "^0.4.4",
"tslint": "^4.3.1",
"typescript": "2.5.2",
"typescript": "2.6.1",
"typescript-formatter": "4.0.1",
"uglify-es": "^3.0.18",
"underscore": "^1.8.2",