From 3855bff5e4ed8fca1fa3892e3f21c11915fb3f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:46:14 +0000 Subject: [PATCH] chore(deps): bump tailwindcss from 4.1.5 to 4.1.16 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.5 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/web/client/package.json | 2 +- docs/package.json | 2 +- packages/ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/client/package.json b/apps/web/client/package.json index 9c18877c1d..1b752567c4 100644 --- a/apps/web/client/package.json +++ b/apps/web/client/package.json @@ -141,7 +141,7 @@ "playwright": "^1.56.1", "postcss": "^8.5.3", "storybook": "^10.0.4", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.1.16", "type-fest": "^4.41.0", "typescript": "^5.5.4", "vitest": "^4.0.7" diff --git a/docs/package.json b/docs/package.json index d044453880..0d9ae8c70a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,7 +32,7 @@ "typescript": "5.5.4", "@types/mdx": "2.0.13", "@tailwindcss/postcss": "4.1.5", - "tailwindcss": "4.1.5", + "tailwindcss": "4.1.16", "postcss": "8.5.3" } } \ No newline at end of file diff --git a/packages/ui/package.json b/packages/ui/package.json index 796ff3f7bd..3319e8db29 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -113,7 +113,7 @@ "streamdown": "^1.3.0", "tailwind-merge": "^2.3.0", "tailwind-styled-components": "^2.2.0", - "tailwindcss": "^4.1.0", + "tailwindcss": "^4.1.16", "tailwindcss-animate": "^1.0.7", "tokenlens": "^1.3.1", "use-eye-dropper": "^1.6.4",