mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:38:23 +00:00
Update to latest TS 2.7 insiders
This commit is contained in:
parent
0a42cc1c8c
commit
570b032d05
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Dependencies shared by all extensions",
|
"description": "Dependencies shared by all extensions",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"typescript": "2.7.0-insiders.20171214"
|
"typescript": "2.7.0-insiders.20180108"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node ./postinstall"
|
"postinstall": "node ./postinstall"
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
typescript@2.7.0-insiders.20171214:
|
typescript@2.7.0-insiders.20180108:
|
||||||
version "2.7.0-insiders.20171214"
|
version "2.7.0-insiders.20180108"
|
||||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.0-insiders.20171214.tgz#841344ddae5f498a97c0435fcd12860480050e71"
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.0-insiders.20180108.tgz#b9230ca5a0020e92133f63e6a4272f8c1b301bdb"
|
||||||
|
|
Loading…
Reference in a new issue