From 31b32303fc7805f029cec6ff06e3eb531fc9f912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:15:59 +0000 Subject: [PATCH] chore(deps)(deps-dev): Bump tailwindcss in /frontend Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.1.18. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 579be82..42b7904 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "eslint-plugin-react-refresh": "^0.4.5", "jsdom": "^24.0.0", "postcss": "^8.4.33", - "tailwindcss": "^3.4.1", + "tailwindcss": "^4.1.18", "typescript": "^5.3.3", "vite": "^5.0.12", "vitest": "^1.2.1"