From 5dd9a2b6627fee058febe78d36e2aed95a67a55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:27:08 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 3.4.19 to 4.3.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.3. - [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.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a38e767..5c0c3ac3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "postcss": "^8", "snyk": "^1.1307.0", "storybook": "^10.5.10", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.3.3", "typescript": "^5", "vitest": "^4.1.6" },