Skip to content

Commit

Permalink
Merge pull request #8 from arvinxx/dependabot/npm_and_yarn/stylelint-…
Browse files Browse the repository at this point in the history
…13.12.0

build(deps-dev): bump stylelint from 13.10.0 to 13.12.0
  • Loading branch information
arvinxx committed Mar 18, 2021
2 parents f23ebd4 + 85e05f2 commit c1d22fe
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions yarn.lock
Expand Up @@ -10250,7 +10250,7 @@ file-entry-cache@^4.0.0:
dependencies:
flat-cache "^2.0.1"

file-entry-cache@^6.0.0, file-entry-cache@^6.0.1:
file-entry-cache@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
Expand Down Expand Up @@ -17843,16 +17843,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.1
source-map "^0.6.1"
supports-color "^6.1.0"

postcss@^8.1.4, postcss@^8.2.4:
version "8.2.6"
resolved "https://registry.npm.taobao.org/postcss/download/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
integrity sha1-XWmpdFQ7Rfh+RkvEw+OSqX1r6f4=
dependencies:
colorette "^1.2.1"
nanoid "^3.1.20"
source-map "^0.6.1"

postcss@^8.2.8:
postcss@^8.1.4, postcss@^8.2.4, postcss@^8.2.8:
version "8.2.8"
resolved "https://registry.npm.taobao.org/postcss/download/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
integrity sha1-C5D5OC79pCTE8PaaLq1vaDDQjs4=
Expand Down Expand Up @@ -21058,10 +21049,10 @@ string-width@^3.0.0, string-width@^3.1.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.0"

string-width@^4.1.0, string-width@^4.2.0:
version "4.2.0"
resolved "https://registry.npm.taobao.org/string-width/download/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
integrity sha1-lSGCxGzHssMT0VluYjmSvRY7crU=
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
Expand Down Expand Up @@ -21352,9 +21343,9 @@ stylelint-order@^4.0.0:
postcss-sorting "^5.0.1"

stylelint@^13.0.0, stylelint@^13.7.0:
version "13.10.0"
resolved "https://registry.npm.taobao.org/stylelint/download/stylelint-13.10.0.tgz#67b0c6f378c3fa61aa569a55d38feb8570b0b587"
integrity sha1-Z7DG83jD+mGqVppV04/rhXCwtYc=
version "13.12.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.12.0.tgz#cceb922be0d0c7b7b6926271eea2b90cb924733e"
integrity sha512-P8O1xDy41B7O7iXaSlW+UuFbE5+ZWQDb61ndGDxKIt36fMH50DtlQTbwLpFLf8DikceTAb3r6nPrRv30wBlzXw==
dependencies:
"@stylelint/postcss-css-in-js" "^0.37.2"
"@stylelint/postcss-markdown" "^0.36.2"
Expand All @@ -21366,7 +21357,7 @@ stylelint@^13.0.0, stylelint@^13.7.0:
execall "^2.0.0"
fast-glob "^3.2.5"
fastest-levenshtein "^1.0.12"
file-entry-cache "^6.0.0"
file-entry-cache "^6.0.1"
get-stdin "^8.0.0"
global-modules "^2.0.0"
globby "^11.0.2"
Expand All @@ -21376,7 +21367,7 @@ stylelint@^13.0.0, stylelint@^13.7.0:
import-lazy "^4.0.0"
imurmurhash "^0.1.4"
known-css-properties "^0.21.0"
lodash "^4.17.20"
lodash "^4.17.21"
log-symbols "^4.0.0"
mathml-tag-names "^2.1.3"
meow "^9.0.0"
Expand All @@ -21396,7 +21387,7 @@ stylelint@^13.0.0, stylelint@^13.7.0:
resolve-from "^5.0.0"
slash "^3.0.0"
specificity "^0.4.1"
string-width "^4.2.0"
string-width "^4.2.2"
strip-ansi "^6.0.0"
style-search "^0.1.0"
sugarss "^2.0.0"
Expand Down

0 comments on commit c1d22fe

Please sign in to comment.