From fbfb13e0ddbe5c60dde7d33f8723205700fc9e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:11:07 +0000 Subject: [PATCH] deps(deps-dev): bump tailwindcss from 3.4.18 to 4.1.16 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.18 to 4.1.16. - [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.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.16 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 222aa2d..d1d3d30 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "nodemon": "^3.1.10", "postcss": "^8.5.3", "prettier": "^3.5.3", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.1.16", "ts-jest": "^29.4.4", "tsx": "^4.20.3", "typescript": "~5.8.3",