diff --git a/.stylelintrc b/.stylelintrc index 382d75bb64..ab66fa9888 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -5,7 +5,7 @@ "declaration-colon-space-after": "always", "declaration-colon-space-before": "never", "function-comma-space-after": "always", - "function-url-quotes": "single", + "function-url-quotes": "always", "media-feature-colon-space-after": "always", "media-feature-colon-space-before": "never", "media-feature-name-no-vendor-prefix": true, diff --git a/package.json b/package.json index e3739311f8..8c758d10ee 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "react-motion": "^0.4.2", "react-redux": "^4.4.5", "redux": "^3.4.0", - "redux-actions": "^0.9.1", + "redux-actions": "^0.10.0", "redux-saga": "^0.10.2", "reselect": "^2.4.0", "uuid": "^2.0.2",