Pick up TS 2.8.3

Fixes #48008
This commit is contained in:
Matt Bierner 2018-04-19 17:38:08 -07:00
parent cb5ed4a20d
commit e866449e61
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -2,6 +2,6 @@
# yarn lockfile v1
typescript@2.8.3-insiders.20180407:
version "2.8.3-insiders.20180407"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3-insiders.20180407.tgz#915f010e258e51c9539bcf986cfd84d0271d8cab"
typescript@2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"