Skip to content

Commit 94f5607

Browse files
chore(deps): update dependency eslint-plugin-tailwindcss to v3.13.0
1 parent 98faddf commit 94f5607

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

view/yarn.lock

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,9 +1637,9 @@ eslint-plugin-react@^7.31.7, eslint-plugin-react@^7.32.2:
16371637
string.prototype.matchall "^4.0.8"
16381638

16391639
eslint-plugin-tailwindcss@^3.10.1:
1640-
version "3.11.0"
1641-
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.11.0.tgz#5240a767142f82249701c20b9cd009f0620e0e4d"
1642-
integrity sha512-RaraOG4D6VXutKnoNvFQ4+frTWGJDKtezy1yCrGFS7Um1to/npDNdh2GL19IRoGB/eanbtwhxFXy+xyEw0grAg==
1640+
version "3.13.0"
1641+
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz#60858cdc8888da2deda5f200c1b163b211c4b8fa"
1642+
integrity sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==
16431643
dependencies:
16441644
fast-glob "^3.2.5"
16451645
postcss "^8.4.4"
@@ -1801,7 +1801,7 @@ fast-diff@^1.1.2:
18011801
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
18021802
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
18031803

1804-
fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.5, fast-glob@^3.2.9:
1804+
fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.9:
18051805
version "3.2.12"
18061806
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
18071807
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -1812,6 +1812,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.5, fast-glob@^3.2.9:
18121812
merge2 "^1.3.0"
18131813
micromatch "^4.0.4"
18141814

1815+
fast-glob@^3.2.5:
1816+
version "3.3.1"
1817+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
1818+
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
1819+
dependencies:
1820+
"@nodelib/fs.stat" "^2.0.2"
1821+
"@nodelib/fs.walk" "^1.2.3"
1822+
glob-parent "^5.1.2"
1823+
merge2 "^1.3.0"
1824+
micromatch "^4.0.4"
1825+
18151826
fast-json-stable-stringify@^2.0.0:
18161827
version "2.1.0"
18171828
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2962,7 +2973,7 @@ postcss@8.4.14:
29622973
picocolors "^1.0.0"
29632974
source-map-js "^1.0.2"
29642975

2965-
postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.4:
2976+
postcss@^8.4.21, postcss@^8.4.23:
29662977
version "8.4.23"
29672978
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
29682979
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
@@ -2971,6 +2982,15 @@ postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.4:
29712982
picocolors "^1.0.0"
29722983
source-map-js "^1.0.2"
29732984

2985+
postcss@^8.4.4:
2986+
version "8.4.29"
2987+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.29.tgz#33bc121cf3b3688d4ddef50be869b2a54185a1dd"
2988+
integrity sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==
2989+
dependencies:
2990+
nanoid "^3.3.6"
2991+
picocolors "^1.0.0"
2992+
source-map-js "^1.0.2"
2993+
29742994
prelude-ls@^1.2.1:
29752995
version "1.2.1"
29762996
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)