From d89991b43f74f41fc92316054f0b894d40bdd7a7 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Mon, 19 Feb 2018 21:08:56 +0200 Subject: [PATCH] fix(package): update deps --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9b3788e6..226f449f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "body-parser": "^1.18.2", "chalk": "^2.3.1", "chokidar": "^2.0.2", - "compression": "^1.7.1", + "compression": "^1.7.2", "cookie-parser": "^1.4.3", "express": "^4.16.2", "helmet": "^3.11.0", @@ -62,7 +62,7 @@ "babel-preset-stage-0": "^6.24.1", "babel-register": "6.26.0", "babel-runtime": "^6.26.0", - "caniuse-lite": "^1.0.30000808", + "caniuse-lite": "^1.0.30000809", "circular-dependency-plugin": "^4.4.0", "compression-webpack-plugin": "^1.1.7", "cross-env": "^5.1.3", @@ -71,17 +71,17 @@ "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.1", "eslint": "^4.18.0", - "eslint-config-standard": "^11.0.0-beta.0", + "eslint-config-standard": "^11.0.0", "eslint-loader": "^1.9.0", "eslint-plugin-babel": "^4.1.2", - "eslint-plugin-flowtype": "^2.44.0", + "eslint-plugin-flowtype": "^2.45.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^6.0.0", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-react": "^7.6.1", "eslint-plugin-standard": "^3.0.1", "extract-text-webpack-plugin": "^3.0.2", - "file-loader": "^1.1.6", + "file-loader": "^1.1.7", "flow-bin": "^0.66.0", "husky": "^0.14.3", "jest": "^22.3.0", @@ -109,8 +109,8 @@ "standard-version": "^4.3.0", "start-server-webpack-plugin": "^2.2.1", "style-loader": "^0.20.2", - "stylelint": "^8.4.0", - "stylelint-config-standard": "^18.0.0", + "stylelint": "^9.0.0", + "stylelint-config-standard": "^18.1.0", "url-loader": "^0.6.2", "webpack": "^3.11.0", "webpack-assets-manifest": "^1.0.0",