From 3de77908eb52362e1acc3feed6186a18d8026f6e Mon Sep 17 00:00:00 2001 From: "Jeremy A. Kolb" Date: Fri, 19 Oct 2018 15:25:43 -0400 Subject: Update vscode-languageclient package to support RenameOptions --- editors/code/package-lock.json | 16 ++++++++-------- editors/code/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index 33c5203b2..fe304623f 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json @@ -2074,8 +2074,7 @@ "semver": { "version": "5.5.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz", - "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==", - "dev": true + "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==" }, "source-map": { "version": "0.6.1", @@ -2509,9 +2508,9 @@ } }, "vsce": { - "version": "1.51.1", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.51.1.tgz", - "integrity": "sha512-Hf2HE9O/MRQHxUUgWHAm7mOkz0K5swuF2smaE/sP7+OWp/5DdIPFwmLEYCCZHxG25l3GBRoO0dAL8S5w//et+g==", + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.52.0.tgz", + "integrity": "sha512-k+KYoTx1sacpYf2BHTA7GN82MNSlf2N4EuppFWwtTN/Sh6fWzIJafxxCNBCDK0H+5NDWfRGZheBY8C3/HOE2ZA==", "dev": true, "requires": { "cheerio": "1.0.0-rc.2", @@ -2561,10 +2560,11 @@ "integrity": "sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==" }, "vscode-languageclient": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-4.4.2.tgz", - "integrity": "sha512-9TUzsg1UM6n1UEyPlWbDf7tK1wJAK7UGFRmGDN8sz4KmbbDiVRh6YicaB/5oRSVTpuV47PdJpYlOl3SJ0RiK1Q==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-5.1.1.tgz", + "integrity": "sha512-jMxshi+BPRQFNG8GB00dJv7ldqMda0be26laYYll/udtJuHbog6RqK10GSxHWDN0PgY0b0m5fePyTk3bq8a0TA==", "requires": { + "semver": "5.5.1", "vscode-languageserver-protocol": "3.13.0" } }, diff --git a/editors/code/package.json b/editors/code/package.json index eeb6dd816..ea84a1ccb 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -28,7 +28,7 @@ "singleQuote": true }, "dependencies": { - "vscode-languageclient": "^4.4.0" + "vscode-languageclient": "^5.1.1" }, "devDependencies": { "@types/mocha": "^2.2.42", @@ -37,7 +37,7 @@ "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "typescript": "^2.6.1", - "vsce": "^1.51.1", + "vsce": "^1.52.0", "vscode": "^1.1.21" }, "activationEvents": [ -- cgit v1.2.3