diff --git a/apps/www/content/docs/components/calendar.mdx b/apps/www/content/docs/components/calendar.mdx
index 49a1157ec3a..73461a42387 100644
--- a/apps/www/content/docs/components/calendar.mdx
+++ b/apps/www/content/docs/components/calendar.mdx
@@ -39,7 +39,7 @@ npx shadcn@latest add calendar
Install the following dependencies:
```bash
-npm install react-day-picker date-fns
+npm install react-day-picker@8.10.1 date-fns
```
Add the `Button` component to your project.