From be80e0bb85d4c0069ed02a09fa4da22f4c7d9ee0 Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Tue, 23 May 2017 12:07:41 +0200 Subject: [PATCH] Update dependencies --- .eslintrc | 2 + .stylelintrc | 4 +- components/dialog/Dialog.js | 2 +- gulpfile.js | 1 + package.json | 89 +- webpack/postcss.config.js | 17 + webpack/webpack.config.dev.js | 37 +- yarn.lock | 3360 +++++++++++++++++---------------- 8 files changed, 1846 insertions(+), 1666 deletions(-) create mode 100644 webpack/postcss.config.js diff --git a/.eslintrc b/.eslintrc index aeaa0b40..5cd336d3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -20,6 +20,8 @@ "react/no-find-dom-node": 0, "react/jsx-filename-extension": 0, "import/prefer-default-export": 0, + "jsx-a11y/no-noninteractive-tabindex": 0, + "jsx-a11y/no-noninteractive-element-interactions": 0, "jsx-a11y/no-static-element-interactions": 0, "jsx-a11y/label-has-for": 0, "import/no-extraneous-dependencies": [ diff --git a/.stylelintrc b/.stylelintrc index edc4ab55..78537f05 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -14,11 +14,11 @@ ] }], "color-hex-case": "lower", - "order/declaration-block-order": [ + "order/order": [ "custom-properties", "declarations" ], - "order/declaration-block-properties-alphabetical-order": true, + "order/properties-alphabetical-order": true, "font-family-name-quotes": "always-where-recommended", "string-quotes": "single", "selector-pseudo-class-no-unknown": [ diff --git a/components/dialog/Dialog.js b/components/dialog/Dialog.js index 5f9e2d40..7687c23c 100644 --- a/components/dialog/Dialog.js +++ b/components/dialog/Dialog.js @@ -39,7 +39,7 @@ const factory = (Overlay, Button) => { {props.children} {actions.length - ?