Skip to content

Commit

Permalink
Pick up ts 3.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Sep 17, 2018
1 parent 3bc654b commit dde08a9
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.0.3"
"typescript": "3.1.0-rc.20180911"
},
"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.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.3.tgz#4853b3e275ecdaa27f78fda46dc273a7eb7fc1c8"
typescript@3.1.0-rc.20180911:
version "3.1.0-rc.20180911"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.0-rc.20180911.tgz#73654821f9064dfe75a0440899ff0e2238338584"

0 comments on commit dde08a9

Please sign in to comment.