Skip to content

Commit a773bb8

Browse files
fix(deps): update dependency tailwind-merge to v2.6.0
1 parent 1901bb4 commit a773bb8

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

yarn.lock

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30"
88
integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==
99

10-
"@babel/runtime@^7.24.1":
11-
version "7.24.7"
12-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz"
13-
integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
14-
dependencies:
15-
regenerator-runtime "^0.14.0"
16-
1710
"@biomejs/[email protected]":
1811
version "1.9.4"
1912
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.9.4.tgz#89766281cbc3a0aae865a7ff13d6aaffea2842bf"
@@ -75,26 +68,14 @@
7568
dependencies:
7669
tslib "^2.4.0"
7770

78-
"@eslint-community/eslint-utils@^4.2.0":
79-
version "4.7.0"
80-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
81-
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
82-
dependencies:
83-
eslint-visitor-keys "^3.4.3"
84-
85-
"@eslint-community/eslint-utils@^4.4.0":
71+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
8672
version "4.7.0"
8773
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
8874
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
8975
dependencies:
9076
eslint-visitor-keys "^3.4.3"
9177

92-
"@eslint-community/regexpp@^4.10.0":
93-
version "4.12.1"
94-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
95-
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
96-
97-
"@eslint-community/regexpp@^4.6.1":
78+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
9879
version "4.12.1"
9980
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
10081
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
@@ -2368,12 +2349,7 @@ highlight.js@^11.10.0:
23682349
resolved "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz"
23692350
integrity sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==
23702351

2371-
ignore@^5.2.0:
2372-
version "5.3.2"
2373-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2374-
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
2375-
2376-
ignore@^5.3.1:
2352+
ignore@^5.2.0, ignore@^5.3.1:
23772353
version "5.3.2"
23782354
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
23792355
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -3419,11 +3395,6 @@ reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
34193395
get-proto "^1.0.1"
34203396
which-builtin-type "^1.2.1"
34213397

3422-
regenerator-runtime@^0.14.0:
3423-
version "0.14.1"
3424-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz"
3425-
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
3426-
34273398
regexp.prototype.flags@^1.5.2:
34283399
version "1.5.2"
34293400
resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz"
@@ -3899,11 +3870,9 @@ swr@^2.3.3:
38993870
use-sync-external-store "^1.4.0"
39003871

39013872
tailwind-merge@^2.2.2:
3902-
version "2.3.0"
3903-
resolved "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz"
3904-
integrity sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==
3905-
dependencies:
3906-
"@babel/runtime" "^7.24.1"
3873+
version "2.6.0"
3874+
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-2.6.0.tgz#ac5fb7e227910c038d458f396b7400d93a3142d5"
3875+
integrity sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==
39073876

39083877
tailwindcss-animate@^1.0.7:
39093878
version "1.0.7"

0 commit comments

Comments
 (0)