Skip to content

Commit

Permalink
Pick up TS 3.5@next
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed May 14, 2019
1 parent 682d4c6 commit 9e4b656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions extensions/package.json
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "3.4.5"
"typescript": "3.5.0-dev.20190514"
},
"scripts": {
"postinstall": "node ./postinstall"
}
}
}
8 changes: 4 additions & 4 deletions extensions/yarn.lock
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


typescript@3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
typescript@3.5.0-dev.20190514:
version "3.5.0-dev.20190514"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.0-dev.20190514.tgz#f791a398f2b57cc514434726f690da68144ee73c"
integrity sha512-XFEpXv7n2nnYek4SaL09QcN8JnxwVplaPKPquPO12qc9okhN7Afmiu54LT1WP/6RmcXRFma1QKrr8Kfj1nLxYA==

0 comments on commit 9e4b656

Please sign in to comment.