Pin version of vscode-language-client to 4.1.3

This is to avoid implicit upgrade from breaking the build.
This commit is contained in:
Kris De Volder
2018-06-04 09:54:54 -07:00
parent bc0d114f27
commit 2d6aae5097
5 changed files with 14 additions and 8 deletions

View File

@@ -118,7 +118,7 @@
"dependencies": {
"@pivotal-tools/commons-vscode": "file:../commons-vscode/pivotal-tools-commons-vscode-0.2.2.tgz",
"@pivotal-tools/pipeline-builder": "^0.0.5",
"vscode-languageclient": "^4.0.0"
"vscode-languageclient": "4.1.3"
},
"devDependencies": {
"vsce": "^1.36.1",