diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2025-09-27 21:29:53 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2025-09-27 21:29:53 +0200 |
| commit | 2be257718c637e2f42b760fe9acca3eb7674530a (patch) | |
| tree | 81fa0659c7f00a797b4e770df9b78eca93fdd97a /editors/vscode/package.json | |
| parent | 0cc6300920f1a8b8f5191f30f9f5eae1b301959d (diff) | |
| parent | d9e6c6aa6988e880448c1418c4a904c66f157fc3 (diff) | |
Merge branch 'master' into remove-unused-imports
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]": { |