Skip to content

Commit

Permalink
Update dependency stylelint to v14.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jackton1 committed May 21, 2022
1 parent 6716e8b commit 71cc6c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"devDependencies": {
"stylelint": "14.8.2",
"stylelint": "14.8.3",
"stylelint-config-standard": "25.0.0"
}
}
14 changes: 4 additions & 10 deletions test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6231,11 +6231,6 @@ normalize-range@^0.1.2:
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=

normalize-selector@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=

normalize-url@^6.0.1:
version "6.1.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
Expand Down Expand Up @@ -8225,10 +8220,10 @@ stylelint-config-standard@25.0.0:
dependencies:
stylelint-config-recommended "^7.0.0"

stylelint@14.8.2:
version "14.8.2"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.2.tgz#801eef74fe6020611e6a515abb9fc7caeb125793"
integrity sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==
stylelint@14.8.3:
version "14.8.3"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.3.tgz#25d2df1e010cda52ff56327059d1ce25319109be"
integrity sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==
dependencies:
balanced-match "^2.0.0"
colord "^2.9.2"
Expand All @@ -8253,7 +8248,6 @@ stylelint@14.8.2:
meow "^9.0.0"
micromatch "^4.0.5"
normalize-path "^3.0.0"
normalize-selector "^0.2.0"
picocolors "^1.0.0"
postcss "^8.4.13"
postcss-media-query-parser "^0.2.3"
Expand Down

0 comments on commit 71cc6c4

Please sign in to comment.