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",