diff --git a/apps/v4/content/docs/components/calendar.mdx b/apps/v4/content/docs/components/calendar.mdx
index 8b109644f3..315c20e232 100644
--- a/apps/v4/content/docs/components/calendar.mdx
+++ b/apps/v4/content/docs/components/calendar.mdx
@@ -41,7 +41,7 @@ npx shadcn@latest add calendar
Install the following dependencies:
```bash
-npm install react-day-picker@8.10.1 date-fns
+npm install react-day-picker date-fns
```
Add the `Button` component to your project.
diff --git a/apps/www/content/docs/components/calendar.mdx b/apps/www/content/docs/components/calendar.mdx
index 73461a4238..49a1157ec3 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@8.10.1 date-fns
+npm install react-day-picker date-fns
```
Add the `Button` component to your project.
diff --git a/apps/www/public/registry/index.json b/apps/www/public/registry/index.json
index 5d7aca8c26..b8d6edd861 100644
--- a/apps/www/public/registry/index.json
+++ b/apps/www/public/registry/index.json
@@ -79,7 +79,7 @@
{
"name": "calendar",
"dependencies": [
- "react-day-picker@8.10.1",
+ "react-day-picker",
"date-fns"
],
"registryDependencies": [
diff --git a/apps/www/public/registry/styles/default/calendar.json b/apps/www/public/registry/styles/default/calendar.json
index 39f3dff877..70d5d5800a 100644
--- a/apps/www/public/registry/styles/default/calendar.json
+++ b/apps/www/public/registry/styles/default/calendar.json
@@ -1,7 +1,7 @@
{
"name": "calendar",
"dependencies": [
- "react-day-picker@8.10.1",
+ "react-day-picker",
"date-fns"
],
"registryDependencies": [
diff --git a/apps/www/public/registry/styles/new-york/calendar.json b/apps/www/public/registry/styles/new-york/calendar.json
index 2c13e2ba39..3ae66a6650 100644
--- a/apps/www/public/registry/styles/new-york/calendar.json
+++ b/apps/www/public/registry/styles/new-york/calendar.json
@@ -1,7 +1,7 @@
{
"name": "calendar",
"dependencies": [
- "react-day-picker@8.10.1",
+ "react-day-picker",
"date-fns"
],
"registryDependencies": [