diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index f542a490a..fcb101fc6 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -39,24 +39,24 @@ | |||
39 | "vscode-languageclient": "7.0.0-next.1" | 39 | "vscode-languageclient": "7.0.0-next.1" |
40 | }, | 40 | }, |
41 | "devDependencies": { | 41 | "devDependencies": { |
42 | "@rollup/plugin-commonjs": "^12.0.0", | 42 | "@rollup/plugin-commonjs": "^13.0.0", |
43 | "@rollup/plugin-node-resolve": "^8.0.0", | 43 | "@rollup/plugin-node-resolve": "^8.1.0", |
44 | "@types/glob": "^7.1.1", | 44 | "@types/glob": "^7.1.2", |
45 | "@types/mocha": "^7.0.2", | 45 | "@types/mocha": "^7.0.2", |
46 | "@types/node": "^14.0.5", | 46 | "@types/node": "~12.7.0", |
47 | "@types/node-fetch": "^2.5.7", | 47 | "@types/node-fetch": "^2.5.7", |
48 | "@types/vscode": "^1.44.1", | 48 | "@types/vscode": "^1.44.1", |
49 | "@typescript-eslint/eslint-plugin": "^3.0.0", | 49 | "@typescript-eslint/eslint-plugin": "^3.4.0", |
50 | "@typescript-eslint/parser": "^3.0.0", | 50 | "@typescript-eslint/parser": "^3.4.0", |
51 | "eslint": "^7.0.0", | 51 | "eslint": "^7.3.1", |
52 | "glob": "^7.1.6", | 52 | "glob": "^7.1.6", |
53 | "mocha": "^7.1.2", | 53 | "mocha": "^8.0.1", |
54 | "rollup": "^2.10.7", | 54 | "rollup": "^2.18.1", |
55 | "tslib": "^2.0.0", | 55 | "tslib": "^2.0.0", |
56 | "typescript": "^3.9.3", | 56 | "typescript": "^3.9.5", |
57 | "typescript-formatter": "^7.2.2", | 57 | "typescript-formatter": "^7.2.2", |
58 | "vsce": "^1.75.0", | 58 | "vsce": "^1.75.0", |
59 | "vscode-test": "^1.3.0" | 59 | "vscode-test": "^1.4.0" |
60 | }, | 60 | }, |
61 | "activationEvents": [ | 61 | "activationEvents": [ |
62 | "onLanguage:rust", | 62 | "onLanguage:rust", |