From 22bb1e37a1df948cac241ec339e93d4b3b0d197a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:42:10 +0000 Subject: [PATCH] Update dependency tailwindcss to v4 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 72f87dc..d2cc966 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,6 +21,6 @@ "devDependencies": { "autoprefixer": "^10.4.17", "postcss": "^8.4.35", - "tailwindcss": "^3.4.1" + "tailwindcss": "^4.0.0" } }