rust-analyzer: 2020-08-24 -> 2020-09-21

This commit is contained in:
oxalica
2020-09-21 10:55:15 -07:00
committed by Jon
parent 8403806a39
commit 0e0dc5544c
6 changed files with 569 additions and 280 deletions
@@ -2,25 +2,25 @@
"name": "rust-analyzer",
"version": "0.4.0-dev",
"dependencies": {
"node-fetch": "^2.6.0",
"vscode-languageclient": "7.0.0-next.1",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@types/glob": "^7.1.2",
"node-fetch": "^2.6.1",
"vscode-languageclient": "7.0.0-next.9",
"@rollup/plugin-commonjs": "^13.0.2",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^7.0.2",
"@types/node": "~12.7.0",
"@types/node-fetch": "^2.5.7",
"@types/vscode": "^1.44.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"@types/vscode": "^1.47.1",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.8.0",
"glob": "^7.1.6",
"mocha": "^8.0.1",
"rollup": "^2.18.1",
"tslib": "^2.0.0",
"typescript": "^3.9.5",
"mocha": "^8.1.3",
"rollup": "^2.26.9",
"tslib": "^2.0.1",
"typescript": "^3.9.7",
"typescript-formatter": "^7.2.2",
"vsce": "^1.75.0",
"vsce": "^1.79.5",
"vscode-test": "^1.4.0"
}
}