From d222c04f77e892fc6b6d7853f3e1cee3d42b181d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:16:43 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.0 in /web Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.0. - [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.3.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 8ed2410..93b1aba 100644 --- a/web/package.json +++ b/web/package.json @@ -58,7 +58,7 @@ "autoprefixer": "^10.4.0", "jsdom": "^29.1.1", "postcss": "^8.4.0", - "tailwindcss": "^3.4.0", + "tailwindcss": "^4.3.0", "typescript": "^5.6.0", "vite": "^6.0.0", "vitest": "^4.1.6"