From 7a147c3fc17b61bb9da5d881cd9060860f613a83 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 00:02:39 +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" } } -- 2.47.0