Update vscode-languageclient package to support RenameOptions

This commit is contained in:
Jeremy A. Kolb 2018-10-19 15:25:43 -04:00
parent 9f9e41885c
commit 3de77908eb
2 changed files with 10 additions and 10 deletions

View file

@ -2074,8 +2074,7 @@
"semver": { "semver": {
"version": "5.5.1", "version": "5.5.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz",
"integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==", "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw=="
"dev": true
}, },
"source-map": { "source-map": {
"version": "0.6.1", "version": "0.6.1",
@ -2509,9 +2508,9 @@
} }
}, },
"vsce": { "vsce": {
"version": "1.51.1", "version": "1.52.0",
"resolved": "https://registry.npmjs.org/vsce/-/vsce-1.51.1.tgz", "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.52.0.tgz",
"integrity": "sha512-Hf2HE9O/MRQHxUUgWHAm7mOkz0K5swuF2smaE/sP7+OWp/5DdIPFwmLEYCCZHxG25l3GBRoO0dAL8S5w//et+g==", "integrity": "sha512-k+KYoTx1sacpYf2BHTA7GN82MNSlf2N4EuppFWwtTN/Sh6fWzIJafxxCNBCDK0H+5NDWfRGZheBY8C3/HOE2ZA==",
"dev": true, "dev": true,
"requires": { "requires": {
"cheerio": "1.0.0-rc.2", "cheerio": "1.0.0-rc.2",
@ -2561,10 +2560,11 @@
"integrity": "sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==" "integrity": "sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg=="
}, },
"vscode-languageclient": { "vscode-languageclient": {
"version": "4.4.2", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-4.4.2.tgz", "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-5.1.1.tgz",
"integrity": "sha512-9TUzsg1UM6n1UEyPlWbDf7tK1wJAK7UGFRmGDN8sz4KmbbDiVRh6YicaB/5oRSVTpuV47PdJpYlOl3SJ0RiK1Q==", "integrity": "sha512-jMxshi+BPRQFNG8GB00dJv7ldqMda0be26laYYll/udtJuHbog6RqK10GSxHWDN0PgY0b0m5fePyTk3bq8a0TA==",
"requires": { "requires": {
"semver": "5.5.1",
"vscode-languageserver-protocol": "3.13.0" "vscode-languageserver-protocol": "3.13.0"
} }
}, },

View file

@ -28,7 +28,7 @@
"singleQuote": true "singleQuote": true
}, },
"dependencies": { "dependencies": {
"vscode-languageclient": "^4.4.0" "vscode-languageclient": "^5.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
@ -37,7 +37,7 @@
"tslint": "^5.11.0", "tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0", "tslint-config-prettier": "^1.15.0",
"typescript": "^2.6.1", "typescript": "^2.6.1",
"vsce": "^1.51.1", "vsce": "^1.52.0",
"vscode": "^1.1.21" "vscode": "^1.1.21"
}, },
"activationEvents": [ "activationEvents": [