From 568cd5d01aa1aa2bcb3cae345db0fbb3d04bd537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:14:22 +0000 Subject: [PATCH] chore(deps): update tailwindcss monorepo to v4.3.0 --- schale/frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schale/frontend/package.json b/schale/frontend/package.json index 3f692d9..ffdbda2 100644 --- a/schale/frontend/package.json +++ b/schale/frontend/package.json @@ -27,14 +27,14 @@ "devDependencies": { "@astrojs/check": "0.9.9", "@eslint/js": "^10.0.1", - "@tailwindcss/vite": "4.2.4", + "@tailwindcss/vite": "4.3.0", "@typescript-eslint/parser": "^8.57.0", "eslint": "^10.0.3", "eslint-plugin-astro": "^1.6.0", "eslint-plugin-oxlint": "^1.51.0", "oxfmt": "^0.51.0", "oxlint": "^1.51.0", - "tailwindcss": "4.2.4", + "tailwindcss": "4.3.0", "typescript": "6.0.3", "vite": "^8.0.0" },