From c7d0335fc4afc21bc51687735046cc078f6e08ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:23:06 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.11 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.1.11. - [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.1.11/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff5adea..c1fd6cc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "laravel-vite-plugin": "^1.2.0", "postcss": "^8.5.3", "postcss-nesting": "^13.0.1", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.1.11", "vite": "^7.0" } }