From bf3129da698df086947b13e6a643119a4e491ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:31:24 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to v2.2.19 --- yarn.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0025506..a839b25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11420,9 +11420,7 @@ table@^6.0.4: string-width "^4.2.0" tailwindcss@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.1.2.tgz#29402bf73a445faedd03df6d3b177e7b52b7c4a1" - integrity sha512-T5t+wwd+/hsOyRw2HJuFuv0LTUm3MUdHm2DJ94GPVgzqwPPFa9XxX0KlwLWupUuiOUj6uiKURCzYPHFcuPch/w== + version "2.2.19" dependencies: "@fullhuman/postcss-purgecss" "^3.1.3" bytes "^3.0.0"