From 559cbe9d1d2aa7f1f1a4489dfa8be6f2a6bcdba8 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:00:27 +0000 Subject: [PATCH] Update tailwindcss to version 3.4.10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b44be6..0d5fde3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-test-renderer": "^17.0.2", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.10", "whatwg-fetch": "^3.6.20" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d82b551..5c0c135 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7253,10 +7253,10 @@ table@^6.0.9: string-width "^4.2.3" strip-ansi "^6.0.1" -tailwindcss@^3.4.4: - version "3.4.4" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.4.tgz#351d932273e6abfa75ce7d226b5bf3a6cb257c05" - integrity sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A== +tailwindcss@^3.4.10: + version "3.4.10" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.10.tgz#70442d9aeb78758d1f911af29af8255ecdb8ffef" + integrity sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"