diff options
Diffstat (limited to 'editors/vscode/package.json')
| -rw-r--r-- | editors/vscode/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json index e7d0003..82bdbc7 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -7,9 +7,9 @@ "type": "git", "url": "git://github.com/DanielGavin/ols.git" }, - "version": "0.1.30", + "version": "0.1.33", "engines": { - "vscode": "^1.66.0" + "vscode": "^1.96.0" }, "categories": [ "Programming Languages" @@ -146,14 +146,14 @@ "@types/mocha": "^9.1.0", "@types/node": "~16.11.7", "@types/node-fetch": "^2.6.1", - "@types/vscode": "~1.66.0", + "@types/vscode": "^1.96.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "glob": "^7.2.0", "mocha": "^10.2.0", "typescript": "^4.6.2", - "vsce": "^1.97.0", + "@vscode/vsce": "^3.2.1", "vscode-test": "^1.6.1" }, "dependencies": { |