From 382872b1176c0abd1a33588857cfc33a839de405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 03:57:05 +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 b63bac9c..09b34618 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ "cypress": "^13.13.0", "postcss": "^8", "prettier": "3.0.3", - "tailwindcss": "^3" + "tailwindcss": "^4.0.0" } }