diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c3f1a0d8d..af228f983 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -39,24 +39,24 @@ | |||
39 | "vscode-languageclient": "7.0.0-next.14" | 39 | "vscode-languageclient": "7.0.0-next.14" |
40 | }, | 40 | }, |
41 | "devDependencies": { | 41 | "devDependencies": { |
42 | "@rollup/plugin-commonjs": "^13.0.2", | 42 | "@rollup/plugin-commonjs": "^17.0.0", |
43 | "@rollup/plugin-node-resolve": "^8.4.0", | 43 | "@rollup/plugin-node-resolve": "^11.0.0", |
44 | "@types/glob": "^7.1.3", | 44 | "@types/glob": "^7.1.3", |
45 | "@types/mocha": "^7.0.2", | 45 | "@types/mocha": "^8.0.4", |
46 | "@types/node": "~12.7.0", | 46 | "@types/node": "~12.12.6", |
47 | "@types/node-fetch": "^2.5.7", | 47 | "@types/node-fetch": "^2.5.7", |
48 | "@types/vscode": "^1.47.1", | 48 | "@types/vscode": "^1.51.0", |
49 | "@typescript-eslint/eslint-plugin": "^3.10.1", | 49 | "@typescript-eslint/eslint-plugin": "^4.9.0", |
50 | "@typescript-eslint/parser": "^3.10.1", | 50 | "@typescript-eslint/parser": "^4.9.0", |
51 | "eslint": "^7.8.0", | 51 | "eslint": "^7.15.0", |
52 | "glob": "^7.1.6", | 52 | "glob": "^7.1.6", |
53 | "mocha": "^8.1.3", | 53 | "mocha": "^8.2.1", |
54 | "rollup": "^2.26.9", | 54 | "rollup": "^2.34.2", |
55 | "tslib": "^2.0.1", | 55 | "tslib": "^2.0.3", |
56 | "typescript": "^3.9.7", | 56 | "typescript": "^4.1.2", |
57 | "typescript-formatter": "^7.2.2", | 57 | "typescript-formatter": "^7.2.2", |
58 | "vsce": "^1.79.5", | 58 | "vsce": "^1.81.1", |
59 | "vscode-test": "^1.4.0" | 59 | "vscode-test": "^1.4.1" |
60 | }, | 60 | }, |
61 | "activationEvents": [ | 61 | "activationEvents": [ |
62 | "onLanguage:rust", | 62 | "onLanguage:rust", |