From 15e65c9529ffe823d058d861a081471119c5e7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:29:36 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.0 in /ui Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.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.3.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 57be23c5..6405746d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -112,7 +112,7 @@ "node-gyp": "^12.3.0", "postcss": "^8.4.32", "sharp": "^0.34.2", - "tailwindcss": "^3.4.0", + "tailwindcss": "^4.3.0", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1", "vite": "^7.0.4",