From 7108791baf6ee1bd199f843a4677d4d50314c82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:10:51 +0000 Subject: [PATCH] deps(npm): bump tailwindcss from 3.4.19 to 4.3.1 in /runtime/web Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.1. - [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.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- runtime/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/web/package.json b/runtime/web/package.json index 174dd3e..3f8ae37 100644 --- a/runtime/web/package.json +++ b/runtime/web/package.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^5.1.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", - "tailwindcss": "^3.4.15", + "tailwindcss": "^4.3.1", "typescript": "~5.7.0", "vite": "^6.0.1", "vitest": "^4.1.8"