Skip to content

Commit c06767c

Browse files
committed
up
1 parent 418014c commit c06767c

File tree

2 files changed

+369
-1135
lines changed

2 files changed

+369
-1135
lines changed

apps/web/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"clean": "rm -rf node_modules && rm -rf .next"
1011
},
1112
"dependencies": {
1213
"@ai-sdk/anthropic": "^1.0.6",
@@ -27,13 +28,13 @@
2728
"class-variance-authority": "^0.7.1",
2829
"clsx": "^2.1.1",
2930
"date-fns": "^4.1.0",
30-
"cmdk": "1.0.0",
31+
"cmdk": "^1.0.4",
3132
"init": "^0.1.2",
3233
"lucide-react": "^0.469.0",
3334
"next": "^15.1.3",
3435
"nuqs": "^2.2.3",
3536
"react": "^19.0.0",
36-
"react-day-picker": "^8.10.1",
37+
"react-day-picker": "^9.5.0",
3738
"react-dom": "^19.0.0",
3839
"react-markdown": "^9.0.1",
3940
"recharts": "^2.15.0",

0 commit comments

Comments
 (0)