Update package.json

This commit is contained in:
Devin Lumley 2021-04-19 16:38:21 -07:00 committed by GitHub
parent 135af0dd47
commit a409e1915e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,11 @@
{ {
"dependencies": { "dependencies": {
"coc-css": ">=1.2.5", "coc-css": ">=1.2.6",
"coc-eslint": ">=1.3.1", "coc-eslint": ">=1.3.1",
"coc-html": ">=1.2.4", "coc-html": ">=1.2.4",
"coc-json": ">=1.3.1", "coc-json": ">=1.3.1",
"coc-prettier": ">=1.1.17", "coc-pairs": ">=1.3.0",
"coc-prettier": ">=1.1.23",
"coc-tsserver": ">=1.5.7" "coc-tsserver": ">=1.5.7"
} }
} }