From 7d85869e02e2e6ee1dab33807bdd44b9f797c17e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 May 2020 21:36:09 +0000 Subject: [PATCH] feat(deps): Update dependency stylelint to v13.4.1 --- packages/stylelint-config-react-app/package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/stylelint-config-react-app/package.json b/packages/stylelint-config-react-app/package.json index b2a4bbda3..01ae51c31 100644 --- a/packages/stylelint-config-react-app/package.json +++ b/packages/stylelint-config-react-app/package.json @@ -40,10 +40,10 @@ "eslint": "6.8.0", "eslint-config-stylelint": "11.1.0", "jest": "25.5.4", - "stylelint": "13.4.0" + "stylelint": "13.4.1" }, "peerDependencies": { - "stylelint": "^13.4.0" + "stylelint": "^13.4.1" }, "dependencies": { "stylelint-config-css-modules": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index ec51e320e..230309cc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7996,10 +7996,10 @@ stylelint-order@^4.0.0: postcss "^7.0.26" postcss-sorting "^5.0.1" -stylelint@13.4.0: - version "13.4.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.4.0.tgz#15071c4cc15138365acf2396395c17823cf652b9" - integrity sha512-VOAOkTil5GmUfEJH+O6LdsggoUt692QTSu+YfLhVP5sFTVCVp0+PS2oCjjG8ZdUAP9aNNNYxTP6GWVbB1tl2bg== +stylelint@13.4.1: + version "13.4.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.4.1.tgz#b347d27407d644492f8877657f6c0e7e823bd29f" + integrity sha512-zzfbANruKznLb2p6c8zlig1VVrNoPK70RlMmauy9K4sMolrphdZq8/WdIvvtT8inCG+fBUn6K6QOYLXcEWGoBg== dependencies: "@stylelint/postcss-css-in-js" "^0.37.1" "@stylelint/postcss-markdown" "^0.36.1"