From 2c627d9f061e0094108ada4b4a4592e6edb7e62f Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Wed, 3 Jul 2019 11:19:35 -0700 Subject: [PATCH] Update vscode-test dependency --- helloworld-test-sample/package-lock.json | 6 +++--- helloworld-test-sample/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helloworld-test-sample/package-lock.json b/helloworld-test-sample/package-lock.json index 8ed1990a..096a845d 100644 --- a/helloworld-test-sample/package-lock.json +++ b/helloworld-test-sample/package-lock.json @@ -1013,9 +1013,9 @@ "dev": true }, "vscode-test": { - "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==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vscode-test/-/vscode-test-1.0.0.tgz", + "integrity": "sha512-RnZUhxEXYCozHtBAQwX/UISlw0JPqlv1I9LLl4++vcPDIvjs2Zfz2Inp8haxixS1sOTftHJ9kiecrwWF9S3taQ==", "dev": true, "requires": { "http-proxy-agent": "^2.1.0", diff --git a/helloworld-test-sample/package.json b/helloworld-test-sample/package.json index 3037d257..f7e92f04 100644 --- a/helloworld-test-sample/package.json +++ b/helloworld-test-sample/package.json @@ -41,6 +41,6 @@ "source-map-support": "^0.5.12", "tslint": "^5.16.0", "typescript": "^3.5.1", - "vscode-test": "^1.0.0-next.1" + "vscode-test": "^1.0.0" } }