diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2b8e5aec5..db1fe5189 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -16,7 +16,7 @@ | |||
16 | "Other" | 16 | "Other" |
17 | ], | 17 | ], |
18 | "engines": { | 18 | "engines": { |
19 | "vscode": "^1.41.0" | 19 | "vscode": "^1.42.0" |
20 | }, | 20 | }, |
21 | "scripts": { | 21 | "scripts": { |
22 | "vscode:prepublish": "tsc && rollup -c", | 22 | "vscode:prepublish": "tsc && rollup -c", |
@@ -36,13 +36,13 @@ | |||
36 | "@types/node": "^12.12.25", | 36 | "@types/node": "^12.12.25", |
37 | "@types/node-fetch": "^2.5.4", | 37 | "@types/node-fetch": "^2.5.4", |
38 | "@types/throttle-debounce": "^2.1.0", | 38 | "@types/throttle-debounce": "^2.1.0", |
39 | "@types/vscode": "^1.41.0", | 39 | "@types/vscode": "^1.42.0", |
40 | "rollup": "^1.31.0", | 40 | "rollup": "^1.31.0", |
41 | "tslib": "^1.10.0", | 41 | "tslib": "^1.10.0", |
42 | "tslint": "^5.20.1", | 42 | "tslint": "^5.20.1", |
43 | "typescript": "^3.7.5", | 43 | "typescript": "^3.7.5", |
44 | "typescript-formatter": "^7.2.2", | 44 | "typescript-formatter": "^7.2.2", |
45 | "vsce": "^1.71.0" | 45 | "vsce": "^1.73.0" |
46 | }, | 46 | }, |
47 | "activationEvents": [ | 47 | "activationEvents": [ |
48 | "onLanguage:rust", | 48 | "onLanguage:rust", |