From 4cec107784c87bda4f5d1370d39ff1d7eb2cccae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:02:44 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f0a93b..133fb6e 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "dependencies": { "@astrojs/tailwind": "^6.0.0", "astro": "^5.0.0", - "tailwindcss": "^3.3.3" + "tailwindcss": "^4.0.0" } }