Skip to content

Commit

Permalink
Pick up TS 3.1 final
Browse files Browse the repository at this point in the history
Fixes #58994
  • Loading branch information
mjbvz committed Sep 27, 2018
1 parent 64a562a commit 368d3ff
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": "3.1.1-insiders.20180926"
"typescript": "3.1.1"
},
"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@3.1.1-insiders.20180926:
version "3.1.1-insiders.20180926"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1-insiders.20180926.tgz#f043ae9bd68ad7f392a6c25d005a623275116866"
typescript@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"

0 comments on commit 368d3ff

Please sign in to comment.