Skip to content

Commit 1b78491

Browse files
authored
fix: move tw-animate-css to devDependencies (build-time only)
1 parent 4fa5a70 commit 1b78491

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"sonner": "^1.7.4",
6363
"tailwind-merge": "^3.5.0",
6464
"vaul": "^1.1.2",
65-
"zod": "^3.25.76",
66-
"tw-animate-css": "^1.4.0"
65+
"zod": "^3.25.76"
6766
},
6867
"devDependencies": {
6968
"@eslint/js": "^9.32.0",
7069
"@tailwindcss/typography": "^0.5.16",
70+
"@tailwindcss/vite": "^4.0.0",
7171
"@types/node": "^22.16.5",
7272
"@types/react": "^19.0.0",
7373
"@types/react-dom": "^19.0.0",
@@ -79,10 +79,10 @@
7979
"globals": "^17.3.0",
8080
"postcss": "^8.5.15",
8181
"tailwindcss": "^4.0.0",
82+
"tw-animate-css": "^1.4.0",
8283
"typescript": "^5.8.3",
8384
"typescript-eslint": "^8.57.0",
84-
"vite": "^8.0.0",
85-
"@tailwindcss/vite": "^4.0.0"
85+
"vite": "^8.0.0"
8686
},
8787
"overrides": {
8888
"glob": "^10.5.0"

0 commit comments

Comments
 (0)