Upgrade vscode-test

This commit is contained in:
Pine Wu
2019-06-26 15:07:47 -07:00
parent ea632dfeae
commit 20df119b38
2 changed files with 4 additions and 4 deletions

View File

@ -1013,9 +1013,9 @@
"dev": true
},
"vscode-test": {
"version": "1.0.0-next.0",
"resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0-next.0.tgz",
"integrity": "sha512-YnAzFK/mTMQjxn6Ohc++2GUikYC3SbONAlghe7RgSsG1NpxK3GbwZldGxio9o0icSVo88DeUhPnFrm8DKm+NxA==",
"version": "1.0.0-next.1",
"resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0-next.1.tgz",
"integrity": "sha512-1WrNonqDg0syWUKiXeQTODPv4xXb5kZ7KhR9U7Qxr8Fw/74iCYadh25X1Xmssm41Veinor6h4u/5tL4Jb1XbCA==",
"dev": true,
"requires": {
"http-proxy-agent": "^2.1.0",

View File

@ -41,6 +41,6 @@
"source-map-support": "^0.5.12",
"tslint": "^5.16.0",
"typescript": "^3.5.1",
"vscode-test": "^1.0.0-next.0"
"vscode-test": "^1.0.0-next.1"
}
}