From e9cbf8d24e3721f0839ee75e17495f7eb60bdf96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:48:27 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.17 to 4.0.17 in /webapp Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.17. - [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.17/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index b423fd3e..f6f13445 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -7,6 +7,6 @@ "daisyui": "^4.0.1", "postcss": "^8.4.16", "postcss-loader": "^8.0.0", - "tailwindcss": "^3.1.8" + "tailwindcss": "^4.0.17" } }