From 4ae476f18a388506bcb9ed89f6571b10b5ccbd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 03:08:03 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.19 to 4.2.2 in /website Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.2.2. - [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.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 7c4c56d..7fd11f6 100644 --- a/website/package.json +++ b/website/package.json @@ -62,7 +62,7 @@ "autoprefixer": "^10.4.16", "jsdom": "^27.2.0", "postcss": "^8", - "tailwindcss": "^3.4.1", + "tailwindcss": "^4.2.2", "typescript": "^5", "vitest": "^4.0.18" },