From 8aedb9c79229492e06bcbbf9b92a1d7b98021298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:47:28 +0000 Subject: [PATCH] chore(deps): bump tailwindcss from 3.4.17 to 4.0.14 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.14. - [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.0.14/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production 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 1bf29ad1..77fa6e7e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "bun-types": "latest" }, "dependencies": { - "tailwindcss": "^3.3.6" + "tailwindcss": "^4.0.14" }, "peerDependencies": { "typescript": "^5.0.0"