From 6ff16e121e73e915f74cce70eff12ae8bc7dd09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:29:51 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.19 to 4.2.2 in /tap-dashboard 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] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index c2a1a10ec..ce8c68aad 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -59,7 +59,7 @@ "lint-staged": "^16.4.0", "postcss": "^8.4.0", "supabase": "^2.81.3", - "tailwindcss": "^3.4.1", + "tailwindcss": "^4.2.2", "ts-jest": "^29.4.9", "typescript": "^5" }