mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Merge pull request #187 from alxshelepenok/renovate/stylelint-10.x
chore(deps): update dependency stylelint to v10.0.1
This commit is contained in:
commit
b98203f8e9
@ -108,7 +108,7 @@
|
||||
"postcss-pxtorem": "4.0.1",
|
||||
"react-test-renderer": "16.8.6",
|
||||
"rimraf": "2.6.3",
|
||||
"stylelint": "10.0.0",
|
||||
"stylelint": "10.0.1",
|
||||
"stylelint-config-recommended-scss": "3.2.0",
|
||||
"stylelint-scss": "3.5.4"
|
||||
}
|
||||
|
24
yarn.lock
24
yarn.lock
@ -6530,9 +6530,10 @@ get-stdin@^4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
|
||||
|
||||
get-stdin@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
|
||||
get-stdin@^7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
|
||||
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
|
||||
|
||||
get-stream@3.0.0, get-stream@^3.0.0:
|
||||
version "3.0.0"
|
||||
@ -13044,6 +13045,11 @@ resolve-from@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
||||
|
||||
resolve-from@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
||||
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
||||
|
||||
resolve-pathname@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-2.2.0.tgz#7e9ae21ed815fd63ab189adeee64dc831eefa879"
|
||||
@ -14311,10 +14317,10 @@ stylelint-scss@3.5.4:
|
||||
postcss-selector-parser "^5.0.0"
|
||||
postcss-value-parser "^3.3.1"
|
||||
|
||||
stylelint@10.0.0:
|
||||
version "10.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.0.0.tgz#5e7ad496d1a66671c068df327429133e2baf3264"
|
||||
integrity sha512-0WeIef88OPPLwbIDpHiHx56YJEPRuTuxkDwcqpFW626nGzykBBxbPk4z4Hbqb/mYPJ9AcEDZoOcPD8t4TcckZw==
|
||||
stylelint@10.0.1:
|
||||
version "10.0.1"
|
||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.0.1.tgz#f85cd9755e905d826023d67df62b32716fa6dfb4"
|
||||
integrity sha512-NbpD9BvQRmPe7QfaLB2OqhhDr5g6SAn43AAH2XLyqtQ9ZcioQECgadkIbormfhzxLhccAQWBZbVNiZz1oqEf8g==
|
||||
dependencies:
|
||||
autoprefixer "^9.5.1"
|
||||
balanced-match "^1.0.0"
|
||||
@ -14323,7 +14329,7 @@ stylelint@10.0.0:
|
||||
debug "^4.1.1"
|
||||
execall "^1.0.0"
|
||||
file-entry-cache "^5.0.1"
|
||||
get-stdin "^6.0.0"
|
||||
get-stdin "^7.0.0"
|
||||
global-modules "^2.0.0"
|
||||
globby "^9.2.0"
|
||||
globjoin "^0.1.4"
|
||||
@ -14354,7 +14360,7 @@ stylelint@10.0.0:
|
||||
postcss-selector-parser "^3.1.0"
|
||||
postcss-syntax "^0.36.2"
|
||||
postcss-value-parser "^3.3.1"
|
||||
resolve-from "^4.0.0"
|
||||
resolve-from "^5.0.0"
|
||||
signal-exit "^3.0.2"
|
||||
slash "^2.0.0"
|
||||
specificity "^0.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user