From 976ea1aa36112dcbc2827a76254a67a931e1a507 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 19 Feb 2025 01:34:49 +0000 Subject: [PATCH] Update dependency tailwindcss to v4.0.7 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 070f1ba..58b7b35 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@types/react": "19.0.10", "autoprefixer": "10.4.20", "postcss": "8.5.2", - "tailwindcss": "4.0.6", + "tailwindcss": "4.0.7", "typescript": "5.7.3" } } diff --git a/client/yarn.lock b/client/yarn.lock index a1b0758..92d5ddc 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1781,10 +1781,10 @@ supports-color@^8.0.0: dependencies: has-flag "^4.0.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== timers-browserify@2.0.12: version "2.0.12" -- 2.47.2