Skip to content

Commit

Permalink
Merge pull request #4 from peterchege/dependabot/npm_and_yarn/styleli…
Browse files Browse the repository at this point in the history
…nt-13.12.0

chore(deps-dev): bump stylelint from 13.11.0 to 13.12.0
  • Loading branch information
peterchege committed Mar 10, 2021
2 parents ad8b27e + 7c02f9a commit 6c95aec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"stylelint": "^13.9.0",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"vue-jest": "^3.0.4"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -4848,7 +4848,7 @@ figures@^3.0.0, figures@^3.2.0:
dependencies:
escape-string-regexp "^1.0.5"

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 @@ -10262,7 +10262,7 @@ string-width@^3.0.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.0"

string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
string-width@^4.0.0, 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==
Expand Down Expand Up @@ -10424,10 +10424,10 @@ stylelint-webpack-plugin@^2.0.0:
micromatch "^4.0.2"
schema-utils "^3.0.0"

stylelint@^13.9.0:
version "13.11.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.11.0.tgz#591981fbdd68c9d3d3e6147a0cd6a07539fc216d"
integrity sha512-DhrKSWDWGZkCiQMtU+VroXM6LWJVC8hSK24nrUngTSQvXGK75yZUq4yNpynqrxD3a/fzKMED09V+XxO4z4lTbw==
stylelint@^13.12.0:
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 @@ -10439,7 +10439,7 @@ stylelint@^13.9.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 @@ -10449,7 +10449,7 @@ stylelint@^13.9.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 @@ -10469,7 +10469,7 @@ stylelint@^13.9.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 6c95aec

Please sign in to comment.