From 89c83f4ab11f5b8edfcb676afa0e14a99b9c677c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 04:02:04 +0000 Subject: [PATCH] deps(npm)(deps-dev): bump tailwindcss 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] --- .../V1-Python-React/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StackAlchemist.Templates/V1-Python-React/frontend/package.json b/src/StackAlchemist.Templates/V1-Python-React/frontend/package.json index 7751d4cb..7a4a75f5 100644 --- a/src/StackAlchemist.Templates/V1-Python-React/frontend/package.json +++ b/src/StackAlchemist.Templates/V1-Python-React/frontend/package.json @@ -26,7 +26,7 @@ "eslint-plugin-react-refresh": "^0.5.4", "globals": "^15.12.0", "postcss": "^8.4.49", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.3.3", "typescript": "^7.0.2", "typescript-eslint": "^8.14.0", "vite": "^6.0.0"