From 2cb6326d151b2a14bccac387e127b3b0b86935e3 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 19 Feb 2025 02:06:21 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to v4.0.7 --- src/client/package.json | 2 +- src/client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/client/package.json b/src/client/package.json index 6b7f40b..0639d5c 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -18,7 +18,7 @@ "react-dom": "19.0.0", "react-redux": "9.2.0", "react-textarea-autosize": "8.5.7", - "tailwindcss": "4.0.6" + "tailwindcss": "4.0.7" }, "devDependencies": { "@types/react": "19.0.10", diff --git a/src/client/yarn.lock b/src/client/yarn.lock index 08b7dda..4610f44 100644 --- a/src/client/yarn.lock +++ b/src/client/yarn.lock @@ -5502,10 +5502,10 @@ synckit@^0.8.4: "@pkgr/utils" "^2.3.1" tslib "^2.4.0" -tailwindcss@4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.6.tgz#c033bfba94d6e3bf70650a2f9fe949f39d3bb191" - integrity sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw== +tailwindcss@4.0.7: + version "4.0.7" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.7.tgz#b3e26a5dda77651808a873f1b535cc8c39fcb0ae" + integrity sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA== tapable@^2.2.0: version "2.2.1"