Browse Source

chore(deps): update dependency stylelint to v11.1.1

feat/auto-update
Renovate Bot 5 years ago
parent
commit
5ec5b66e61
No known key found for this signature in database GPG Key ID: 30DC19D6846E13FA
  1. 2
      package.json
  2. 18
      yarn.lock

2
package.json

@ -119,7 +119,7 @@
"redux-logger": "3.0.6",
"standard-version": "7.0.0",
"strip-ansi": "5.2.0",
"stylelint": "11.0.0",
"stylelint": "11.1.1",
"stylelint-config-prettier": "6.0.0",
"stylelint-config-standard": "19.0.0",
"testcafe": "1.5.0",

18
yarn.lock

@ -10827,10 +10827,10 @@ kleur@^3.0.2:
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
known-css-properties@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.15.0.tgz#5aa14a98b5a1652448aad44a1c67e867e4e7d88c"
integrity sha512-TS0RCcQfHYsA+59uIHhnsA71NBkpILbqi0W+hde4R5FtESdzur0tCJFoko/1Pbhx+8rmdUc0R1VE4ixnnD+9xw==
known-css-properties@^0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.16.0.tgz#3f0597214db11a460df77cd44bcb39e263b9da6c"
integrity sha512-0g5vDDPvNnQk7WM/aE92dTDxXJoOE0biiIcUb3qkn/F6h/ZQZPlZIbE2XSXH2vFPfphkgCxuR2vH6HHnobEOaQ==
last-call-webpack-plugin@^3.0.0:
version "3.0.0"
@ -16901,10 +16901,10 @@ stylelint-config-standard@19.0.0:
dependencies:
stylelint-config-recommended "^3.0.0"
stylelint@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-11.0.0.tgz#1458d1e126d4f2fb9f41076197f852aa1fcae91d"
integrity sha512-esKkG7CUXI5yr4jgCNuwjiiV6NJ4BpodB0e47oFvUBaHgpiXXHRPOajpb0IXL7Ucpk+X3dcrlPxVHpmJ5XUDwg==
stylelint@11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-11.1.1.tgz#6dbbb348036576ac6b033ddfedba72a877c1d6bb"
integrity sha512-Vx6TAJsxG6qksiFvxQTKriQhp1CqUWdpTDITEkAjTR+l+8Af7qNlvrUDXfpuFJgXh/ayF8xdMSKE+SstcsPmMA==
dependencies:
autoprefixer "^9.5.1"
balanced-match "^1.0.0"
@ -16921,7 +16921,7 @@ stylelint@11.0.0:
ignore "^5.0.6"
import-lazy "^4.0.0"
imurmurhash "^0.1.4"
known-css-properties "^0.15.0"
known-css-properties "^0.16.0"
leven "^3.1.0"
lodash "^4.17.14"
log-symbols "^3.0.0"

Loading…
Cancel
Save