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

Commit bfc7578

Browse files
committed
chore(deps): update dependency stylelint to v14.8.4
1 parent cbabc50 commit bfc7578

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
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.3",
29+
"stylelint": "14.8.4",
3030
"stylelint-config-standard": "^25.0.0",
3131
"stylelint-order": "^5.0.0",
3232
"tailwindcss": "3.0.24",

yarn.lock

+6-20
Original file line numberDiff line numberDiff line change
@@ -2612,11 +2612,6 @@ nanoid@^3.1.30, nanoid@^3.3.1:
26122612
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.2.tgz#c89622fafb4381cd221421c69ec58547a1eec557"
26132613
integrity sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==
26142614

2615-
nanoid@^3.3.3:
2616-
version "3.3.3"
2617-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
2618-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
2619-
26202615
nanoid@^3.3.4:
26212616
version "3.3.4"
26222617
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
@@ -2960,7 +2955,7 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.2.0:
29602955
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
29612956
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
29622957

2963-
2958+
[email protected], postcss@^8.4.14:
29642959
version "8.4.14"
29652960
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
29662961
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
@@ -2987,15 +2982,6 @@ postcss@^8.3.11, postcss@^8.4.12:
29872982
picocolors "^1.0.0"
29882983
source-map-js "^1.0.2"
29892984

2990-
postcss@^8.4.13:
2991-
version "8.4.13"
2992-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
2993-
integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
2994-
dependencies:
2995-
nanoid "^3.3.3"
2996-
picocolors "^1.0.0"
2997-
source-map-js "^1.0.2"
2998-
29992985
preact@^10.5.12:
30002986
version "10.7.1"
30012987
resolved "https://registry.yarnpkg.com/preact/-/preact-10.7.1.tgz#bdd2b2dce91a5842c3b9b34dfe050e5401068c9e"
@@ -3541,10 +3527,10 @@ stylelint-order@^5.0.0:
35413527
postcss "^8.3.11"
35423528
postcss-sorting "^7.0.1"
35433529

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==
3530+
3531+
version "14.8.4"
3532+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.4.tgz#e8bfa12cba88a244bcab4c94b6a7481c5b730963"
3533+
integrity sha512-VoyFmif50YNL2R1NC0NxbprTbvnihiqE9tdwb/IAUvlncoS3dEllSSEfvTaQQ6BTCp6iv6daIg5v7ryRSlBdgw==
35483534
dependencies:
35493535
balanced-match "^2.0.0"
35503536
colord "^2.9.2"
@@ -3570,7 +3556,7 @@ [email protected]:
35703556
micromatch "^4.0.5"
35713557
normalize-path "^3.0.0"
35723558
picocolors "^1.0.0"
3573-
postcss "^8.4.13"
3559+
postcss "^8.4.14"
35743560
postcss-media-query-parser "^0.2.3"
35753561
postcss-resolve-nested-selector "^0.1.1"
35763562
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)