diff options
Diffstat (limited to 'editors/vscode/package.json')
| -rw-r--r-- | editors/vscode/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json index fcf8d27..daa9f91 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git://github.com/DanielGavin/ols.git" }, - "version": "0.1.42", + "version": "0.1.44", "engines": { "vscode": "^1.96.0" }, @@ -173,7 +173,7 @@ "devDependencies": { "@types/glob": "^7.2.0", "@types/mocha": "^9.1.0", - "@types/node": "~16.11.7", + "@types/node": "^20.0.0", "@types/node-fetch": "^2.6.1", "@types/vscode": "^1.96.0", "@typescript-eslint/eslint-plugin": "^4.33.0", @@ -190,7 +190,7 @@ "https-proxy-agent": "^5.0.0", "json5": "^2.2.1", "node-fetch": "^2.6.7", - "vscode-languageclient": "9.0.1" + "vscode-languageclient": "10.0.0-next.15" }, "configurationDefaults": { "[odin]": { |