Skip to content

Commit 2614e2d

Browse files
committed
fix
1 parent 969e6f7 commit 2614e2d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/history/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
"dev": "astro dev"
99
},
1010
"dependencies": {
11-
"@astrojs/react": "^4.4.1",
1211
"@radix-ui/react-checkbox": "^1.3.3",
1312
"@radix-ui/react-slider": "^1.3.6",
1413
"@radix-ui/react-slot": "^1.2.3",
15-
"@tailwindcss/vite": "^4.1.18",
1614
"@types/react": "^19.2.8",
1715
"@types/react-dom": "^19.2.2",
1816
"astro": "^5.16.11",
@@ -23,10 +21,12 @@
2321
"react-dom": "^19.2.3",
2422
"recharts": "3.6.0",
2523
"tailwind-merge": "^3.3.1",
26-
"tailwindcss": "^4.1.18"
24+
"tailwindcss": "^4.1.18",
25+
"tw-animate-css": "^1.4.0"
2726
},
2827
"devDependencies": {
29-
"tw-animate-css": "^1.4.0",
28+
"@astrojs/react": "^4.4.1",
29+
"@tailwindcss/vite": "^4.1.18",
3030
"wrangler": "catalog:"
3131
}
3232
}

bun.lock

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

0 commit comments

Comments
 (0)