From 065061920b4cc4625b0b5925f3fe063f09933022 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 19 Feb 2025 16:28:30 +0100 Subject: [PATCH] chore(deps): add `tailwindcss` to `peerDependencies` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 523e937f..3f222d4d 100644 --- a/package.json +++ b/package.json @@ -146,6 +146,7 @@ "zod": "^3.24.2" }, "peerDependencies": { + "tailwindcss": "^4.0.7", "typescript": "^5.6.3" }, "resolutions": {