diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 455ce10..a155ef0 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { + "@tailwindcss/postcss": "^4.1.13", "@types/node": "^22.15.3", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.7", @@ -41,7 +42,7 @@ "eslint": "^9.26.0", "eslint-config-next": "15.0.2", "postcss": "^8.5.3", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.1.12", "typescript": "^5.8.3" } } |
