From 332445b3e2cb5be954ddfc4d6e499ccdac0f8ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 08:21:50 +0000 Subject: [PATCH] deps(web): bump tailwindcss from 3.4.19 to 4.2.0 in /web Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.2.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.2.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.2.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 771424d..3404579 100644 --- a/web/package.json +++ b/web/package.json @@ -24,6 +24,6 @@ "@tailwindcss/typography": "^0.5.15", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", - "tailwindcss": "^3.4.0" + "tailwindcss": "^4.2.0" } }