Skip to content

Commit 25ea12a

Browse files
committed
Update client version and dependencies
1 parent cbeb6c0 commit 25ea12a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "davelopez",
66
"publisher": "davelopez",
77
"license": "Apache-2.0",
8-
"version": "0.5.2",
8+
"version": "0.5.3",
99
"preview": true,
1010
"repository": {
1111
"type": "git",
@@ -281,8 +281,8 @@
281281
"webpack-cli": "^4.7.0"
282282
},
283283
"dependencies": {
284-
"iconv-lite": "^0.6.2",
285-
"lookpath": "^1.2.0",
284+
"iconv-lite": "^0.6.3",
285+
"lookpath": "^1.2.1",
286286
"tmp": "^0.2.1",
287287
"vscode-languageclient": "^7.0.0",
288288
"vscode-test-adapter-api": "^1.9.0",

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export namespace Constants {
44
export const LS_VENV_NAME = "glsenv";
55
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
66
export const GALAXY_LS = "galaxyls";
7-
export const GALAXY_LS_VERSION = "0.5.2"
7+
export const GALAXY_LS_VERSION = "0.5.3"
88
export const LANGUAGE_ID = "galaxytool"
99
export const TOOL_DOCUMENT_EXTENSION = "xml"
1010

0 commit comments

Comments
 (0)