Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-03-18 00:35:43 +0300
committervimux <vimux@protonmail.com>2019-03-18 00:35:43 +0300
commit238da298080da50c8851330846843b834d5b9675 (patch)
tree89d2ed543141361dd03da7104034fe787634cf43 /package.json
parent73b0331c2d9b2495c6422f25370037f881385267 (diff)
Update dev deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index a32a90e..482585a 100644
--- a/package.json
+++ b/package.json
@@ -5,15 +5,15 @@
"license": "GPL-2.0",
"dependencies": {},
"devDependencies": {
- "autoprefixer": "^9.2.1",
- "eclint": "^2.8.0",
- "eslint": "^5.7.0",
+ "autoprefixer": "^9.4.10",
+ "eclint": "^2.8.1",
+ "eslint": "^5.15.2",
"eslint-config-airbnb-base": "^13.1.0",
- "eslint-plugin-import": "^2.14.0",
+ "eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
- "postcss-cli": "^6.0.1",
- "stylelint": "^9.6.0",
- "stylelint-order": "^1.0.0"
+ "postcss-cli": "^6.1.2",
+ "stylelint": "^9.10.1",
+ "stylelint-order": "^2.1.0"
},
"scripts": {
"lint:css": "stylelint static/css/*.css",