mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:38:23 +00:00
Pick up latest ts@next
This commit is contained in:
parent
6685f2d2bd
commit
9bd21e3f2b
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.1",
|
||||
"description": "Dependencies shared by all extensions",
|
||||
"dependencies": {
|
||||
"typescript": "3.5.0-dev.20190514"
|
||||
"typescript": "3.5.0-dev.20190515"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./postinstall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
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==
|
||||
typescript@3.5.0-dev.20190515:
|
||||
version "3.5.0-dev.20190515"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.0-dev.20190515.tgz#e34d9f4ae5352ecbb7bbc2f67db6cef3d5f7d58e"
|
||||
integrity sha512-pE5yxFLdt5gT8PEX1Ra7vWU6HCdo4039be182oeWk8PTBWCWqr/XxlTjRxWfYgycNrI1vMjOux+n2y0aFJ9eUg==
|
||||
|
|
Loading…
Reference in a new issue