-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump tailwindcss from 3.3.3 to 3.4.17
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.3 to 3.4.17. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.4.17) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
88f49dc
commit 1469d4c
Showing
2 changed files
with
23 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2622,20 +2622,20 @@ braces@^2.3.1: | |
split-string "^3.0.2" | ||
to-regex "^3.0.1" | ||
|
||
braces@^3.0.2, braces@~3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" | ||
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | ||
dependencies: | ||
fill-range "^7.0.1" | ||
|
||
braces@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" | ||
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== | ||
dependencies: | ||
fill-range "^7.1.1" | ||
|
||
braces@~3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" | ||
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | ||
dependencies: | ||
fill-range "^7.0.1" | ||
|
||
browser-stdout@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" | ||
|
@@ -2801,22 +2801,7 @@ cheerio@^1.0.0-rc.9: | |
parse5 "^7.0.0" | ||
parse5-htmlparser2-tree-adapter "^7.0.0" | ||
|
||
chokidar@^3.5.3: | ||
version "3.5.3" | ||
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" | ||
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== | ||
dependencies: | ||
anymatch "~3.1.2" | ||
braces "~3.0.2" | ||
glob-parent "~5.1.2" | ||
is-binary-path "~2.1.0" | ||
is-glob "~4.0.1" | ||
normalize-path "~3.0.0" | ||
readdirp "~3.6.0" | ||
optionalDependencies: | ||
fsevents "~2.3.2" | ||
|
||
chokidar@^3.6.0: | ||
chokidar@^3.5.3, chokidar@^3.6.0: | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" | ||
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== | ||
|
@@ -3789,18 +3774,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: | |
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" | ||
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | ||
|
||
fast-glob@^3.2.11, fast-glob@^3.2.12: | ||
version "3.2.12" | ||
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" | ||
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== | ||
dependencies: | ||
"@nodelib/fs.stat" "^2.0.2" | ||
"@nodelib/fs.walk" "^1.2.3" | ||
glob-parent "^5.1.2" | ||
merge2 "^1.3.0" | ||
micromatch "^4.0.4" | ||
|
||
fast-glob@^3.3.2: | ||
fast-glob@^3.2.11, fast-glob@^3.3.2: | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" | ||
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== | ||
|
@@ -4432,20 +4406,6 @@ is-buffer@^1.1.5: | |
resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" | ||
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== | ||
|
||
is-core-module@^2.11.0: | ||
version "2.12.1" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd" | ||
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.13.0: | ||
version "2.15.1" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" | ||
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== | ||
dependencies: | ||
hasown "^2.0.2" | ||
|
||
is-core-module@^2.16.0: | ||
version "2.16.1" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" | ||
|
@@ -4730,11 +4690,6 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/jiti/-/jiti-2.0.0-beta.3.tgz#8b97dcb268a7409c3fbda9242453486564a11c36" | ||
integrity sha512-pmfRbVRs/7khFrSAYnSiJ8C0D5GvzkE4Ey2pAvUcJsw1ly/p+7ut27jbJrjY79BpAJQJ4gXYFtK6d1Aub+9baQ== | ||
|
||
jiti@^1.18.2: | ||
version "1.18.2" | ||
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.18.2.tgz#80c3ef3d486ebf2450d9335122b32d121f2a83cd" | ||
integrity sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg== | ||
|
||
jiti@^1.21.6: | ||
version "1.21.6" | ||
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268" | ||
|
@@ -4998,15 +4953,10 @@ lie@~3.3.0: | |
dependencies: | ||
immediate "~3.0.5" | ||
|
||
lilconfig@^2.0.5, lilconfig@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" | ||
integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== | ||
|
||
lilconfig@^3.0.0: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb" | ||
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow== | ||
lilconfig@^3.0.0, lilconfig@^3.1.3: | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4" | ||
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw== | ||
|
||
lines-and-columns@^1.1.6: | ||
version "1.2.4" | ||
|
@@ -5251,15 +5201,7 @@ micromatch@^3.1.10: | |
snapdragon "^0.8.1" | ||
to-regex "^3.0.2" | ||
|
||
micromatch@^4.0.0, micromatch@^4.0.4, micromatch@^4.0.5: | ||
version "4.0.5" | ||
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" | ||
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== | ||
dependencies: | ||
braces "^3.0.2" | ||
picomatch "^2.3.1" | ||
|
||
micromatch@^4.0.8: | ||
micromatch@^4.0.0, micromatch@^4.0.4, micromatch@^4.0.8: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" | ||
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== | ||
|
@@ -5448,11 +5390,6 @@ mz@^2.7.0: | |
object-assign "^4.0.1" | ||
thenify-all "^1.0.0" | ||
|
||
nanoid@^3.3.6: | ||
version "3.3.6" | ||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" | ||
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== | ||
|
||
nanoid@^3.3.7: | ||
version "3.3.7" | ||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" | ||
|
@@ -5865,12 +5802,7 @@ php-parser@^3.1.5: | |
resolved "https://registry.npmjs.org/php-parser/-/php-parser-3.1.5.tgz" | ||
integrity sha512-jEY2DcbgCm5aclzBdfW86GM6VEIWcSlhTBSHN1qhJguVePlYe28GhwS0yoeLYXpM2K8y6wzLwrbq814n2PHSoQ== | ||
|
||
picocolors@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" | ||
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== | ||
|
||
picocolors@^1.1.0, picocolors@^1.1.1: | ||
picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" | ||
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== | ||
|
@@ -5935,14 +5867,6 @@ postcss-js@^4.0.1: | |
dependencies: | ||
camelcase-css "^2.0.1" | ||
|
||
postcss-load-config@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.1.tgz#152383f481c2758274404e4962743191d73875bd" | ||
integrity sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA== | ||
dependencies: | ||
lilconfig "^2.0.5" | ||
yaml "^2.1.1" | ||
|
||
postcss-load-config@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3" | ||
|
@@ -5951,28 +5875,13 @@ postcss-load-config@^4.0.2: | |
lilconfig "^3.0.0" | ||
yaml "^2.3.4" | ||
|
||
postcss-nested@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.0.1.tgz#f83dc9846ca16d2f4fa864f16e9d9f7d0961662c" | ||
integrity sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ== | ||
dependencies: | ||
postcss-selector-parser "^6.0.11" | ||
|
||
postcss-nested@^6.2.0: | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131" | ||
integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ== | ||
dependencies: | ||
postcss-selector-parser "^6.1.1" | ||
|
||
postcss-selector-parser@^6.0.11: | ||
version "6.0.11" | ||
resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz" | ||
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g== | ||
dependencies: | ||
cssesc "^3.0.0" | ||
util-deprecate "^1.0.2" | ||
|
||
postcss-selector-parser@^6.1.1, postcss-selector-parser@^6.1.2: | ||
version "6.1.2" | ||
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de" | ||
|
@@ -5986,15 +5895,6 @@ postcss-value-parser@^4.0.0: | |
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" | ||
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== | ||
|
||
postcss@^8.4.23: | ||
version "8.4.31" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" | ||
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== | ||
dependencies: | ||
nanoid "^3.3.6" | ||
picocolors "^1.0.0" | ||
source-map-js "^1.0.2" | ||
|
||
postcss@^8.4.47: | ||
version "8.4.49" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19" | ||
|
@@ -6317,16 +6217,7 @@ resolve-url@^0.2.1: | |
resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz" | ||
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= | ||
|
||
resolve@^1.1.7, resolve@^1.14.2, resolve@^1.22.2: | ||
version "1.22.2" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" | ||
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== | ||
dependencies: | ||
is-core-module "^2.11.0" | ||
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
resolve@^1.20.0: | ||
resolve@^1.1.7, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.8: | ||
version "1.22.10" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" | ||
integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== | ||
|
@@ -6335,15 +6226,6 @@ resolve@^1.20.0: | |
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
resolve@^1.22.8: | ||
version "1.22.8" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" | ||
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== | ||
dependencies: | ||
is-core-module "^2.13.0" | ||
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
restore-cursor@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz" | ||
|
@@ -6616,11 +6498,6 @@ snapdragon@^0.8.1: | |
source-map-resolve "^0.5.0" | ||
use "^3.1.0" | ||
|
||
source-map-js@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" | ||
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== | ||
|
||
source-map-js@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" | ||
|
@@ -6831,7 +6708,7 @@ strip-json-comments@~2.0.1: | |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" | ||
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== | ||
|
||
sucrase@^3.32.0, sucrase@^3.35.0: | ||
sucrase@^3.35.0: | ||
version "3.35.0" | ||
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.0.tgz#57f17a3d7e19b36d8995f06679d121be914ae263" | ||
integrity sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA== | ||
|
@@ -6888,38 +6765,10 @@ table@^6.0.9: | |
string-width "^4.2.3" | ||
strip-ansi "^6.0.1" | ||
|
||
tailwindcss@*, tailwindcss@^3.1.8, tailwindcss@^3.3.2: | ||
version "3.3.3" | ||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.3.tgz#90da807393a2859189e48e9e7000e6880a736daf" | ||
integrity sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w== | ||
dependencies: | ||
"@alloc/quick-lru" "^5.2.0" | ||
arg "^5.0.2" | ||
chokidar "^3.5.3" | ||
didyoumean "^1.2.2" | ||
dlv "^1.1.3" | ||
fast-glob "^3.2.12" | ||
glob-parent "^6.0.2" | ||
is-glob "^4.0.3" | ||
jiti "^1.18.2" | ||
lilconfig "^2.1.0" | ||
micromatch "^4.0.5" | ||
normalize-path "^3.0.0" | ||
object-hash "^3.0.0" | ||
picocolors "^1.0.0" | ||
postcss "^8.4.23" | ||
postcss-import "^15.1.0" | ||
postcss-js "^4.0.1" | ||
postcss-load-config "^4.0.1" | ||
postcss-nested "^6.0.1" | ||
postcss-selector-parser "^6.0.11" | ||
resolve "^1.22.2" | ||
sucrase "^3.32.0" | ||
|
||
tailwindcss@^3.4.15: | ||
version "3.4.15" | ||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.15.tgz#04808bf4bf1424b105047d19e7d4bfab368044a9" | ||
integrity sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw== | ||
tailwindcss@*, tailwindcss@^3.1.8, tailwindcss@^3.3.2, tailwindcss@^3.4.17: | ||
version "3.4.17" | ||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.17.tgz#ae8406c0f96696a631c790768ff319d46d5e5a63" | ||
integrity sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og== | ||
dependencies: | ||
"@alloc/quick-lru" "^5.2.0" | ||
arg "^5.0.2" | ||
|
@@ -6930,7 +6779,7 @@ tailwindcss@^3.4.15: | |
glob-parent "^6.0.2" | ||
is-glob "^4.0.3" | ||
jiti "^1.21.6" | ||
lilconfig "^2.1.0" | ||
lilconfig "^3.1.3" | ||
micromatch "^4.0.8" | ||
normalize-path "^3.0.0" | ||
object-hash "^3.0.0" | ||
|
@@ -7636,11 +7485,6 @@ yallist@^4.0.0: | |
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" | ||
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== | ||
|
||
yaml@^2.1.1: | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b" | ||
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ== | ||
|
||
yaml@^2.3.4: | ||
version "2.6.1" | ||
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773" | ||
|