Adopt TypeScript 2.3.3 Fixes #27099

This commit is contained in:
Matt Bierner 2017-05-22 15:41:36 -07:00
parent 3e65e255ab
commit 13c842c36a
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -103,7 +103,7 @@
"sinon": "^1.17.2",
"source-map": "^0.4.4",
"tslint": "^4.3.1",
"typescript": "2.3.3-insiders.20170512",
"typescript": "2.3.3",
"typescript-formatter": "4.0.1",
"uglify-js": "2.4.8",
"underscore": "^1.8.2",