Skip to content

Commit

Permalink
Pick up TS 2.8.3
Browse files Browse the repository at this point in the history
Fixes #48008
  • Loading branch information
mjbvz committed Apr 20, 2018
1 parent cb5ed4a commit e866449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions extensions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e866449

Please sign in to comment.