From ada6bb2a8a6158b60c19352ae923aa9daa99ef52 Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 8 Jan 2025 14:32:13 -0500 Subject: [PATCH] attempt to fix version not found on vercel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b32044..7b8130b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/react": "^19.0.3", "@types/react-dom": "^19.0.2", "postcss": "^8.4.49", - "tailwindcss": "^3.4.17", + "tailwindcss": "^3.4.16", "eslint": "^9.17.0", "eslint-config-next": "15.1.3", "@eslint/eslintrc": "^3.2.0"