Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 33c41f1

Browse files
committed
chore(deps): update dependency stylelint to v14.8.3
1 parent 4b351af commit 33c41f1

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-twitter-embed": "^4.0.4",
2727
"sass": "1.52.1",
2828
"styled-components": "^5.3.5",
29-
"stylelint": "14.8.2",
29+
"stylelint": "14.8.3",
3030
"stylelint-config-standard": "^25.0.0",
3131
"stylelint-order": "^5.0.0",
3232
"tailwindcss": "3.0.24",

yarn.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -2685,11 +2685,6 @@ normalize-range@^0.1.2:
26852685
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
26862686
integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
26872687

2688-
normalize-selector@^0.2.0:
2689-
version "0.2.0"
2690-
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
2691-
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=
2692-
26932688
npm-run-path@^4.0.0:
26942689
version "4.0.1"
26952690
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
@@ -3546,10 +3541,10 @@ stylelint-order@^5.0.0:
35463541
postcss "^8.3.11"
35473542
postcss-sorting "^7.0.1"
35483543

3549-
3550-
version "14.8.2"
3551-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.2.tgz#801eef74fe6020611e6a515abb9fc7caeb125793"
3552-
integrity sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==
3544+
3545+
version "14.8.3"
3546+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.3.tgz#25d2df1e010cda52ff56327059d1ce25319109be"
3547+
integrity sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==
35533548
dependencies:
35543549
balanced-match "^2.0.0"
35553550
colord "^2.9.2"
@@ -3574,7 +3569,6 @@ [email protected]:
35743569
meow "^9.0.0"
35753570
micromatch "^4.0.5"
35763571
normalize-path "^3.0.0"
3577-
normalize-selector "^0.2.0"
35783572
picocolors "^1.0.0"
35793573
postcss "^8.4.13"
35803574
postcss-media-query-parser "^0.2.3"

0 commit comments

Comments
 (0)