coc-cssmodules
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "coc-cssmodules", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "css modules autocompletion and go to definition coc.nvim plugin", | ||
@@ -67,5 +67,5 @@ "main": "lib/index.js", | ||
"@types/lodash.camelcase": "^4.3.6", | ||
"@types/node": "^14.14.9", | ||
"@typescript-eslint/eslint-plugin": "^4.8.1", | ||
"@typescript-eslint/parser": "^4.8.1", | ||
"@types/node": "^14.14.10", | ||
"@typescript-eslint/eslint-plugin": "^4.8.2", | ||
"@typescript-eslint/parser": "^4.8.2", | ||
"coc.nvim": "0.0.75", | ||
@@ -78,3 +78,3 @@ "eslint": "^7.14.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.0", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
@@ -85,7 +85,7 @@ "ts-jest": "^26.4.4", | ||
"vscode-uri": "^2.1.2", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11" | ||
"webpack": "^4.44.2", | ||
"webpack-cli": "^3.3.12" | ||
}, | ||
"dependencies": { | ||
"postcss": "^8.1.6", | ||
"postcss": "^8.1.10", | ||
"postcss-less": "^4.0.0", | ||
@@ -92,0 +92,0 @@ "postcss-sass": "^0.4.4", |
Sorry, the diff of this file is too big to display
1732005
42285
Updatedpostcss@^8.1.10