1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

updated coc

This commit is contained in:
Ryan Kes 2020-10-09 17:00:39 +02:00
parent 09034c98bd
commit 5cd3c12edd

View File

@ -1,14 +1,14 @@
{ {
"dependencies": { "dependencies": {
"coc-css": ">=1.2.5", "coc-css": ">=1.2.5",
"coc-go": ">=0.11.0", "coc-go": ">=0.12.0",
"coc-html": ">=1.2.4", "coc-html": ">=1.2.4",
"coc-jest": ">=1.0.4", "coc-jest": ">=1.1.1",
"coc-json": ">=1.3.1", "coc-json": ">=1.3.2",
"coc-pairs": ">=1.2.21", "coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12", "coc-python": ">=1.2.12",
"coc-rust-analyzer": ">=0.8.0", "coc-rust-analyzer": ">=0.9.0",
"coc-tsserver": ">=1.5.6", "coc-tsserver": ">=1.5.8",
"coc-yaml": ">=1.0.5" "coc-yaml": ">=1.1.0"
} }
} }