From 8cd55593912f2b0e5b1d82e46be70a57a132fc51 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Feb 2025 19:02:38 +0000 Subject: [PATCH] Update dependency tailwindcss to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c3a11f..fec3187 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^4.0.6", - "tailwindcss": "^3.3.3" + "tailwindcss": "^4.0.0" } }