From 4698ee960fc330895ca0a68ced7fb9b1c59eed94 Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:44:40 +0900 Subject: [PATCH] chore: update react-day-picker version to match updated calendar component (#7585) Co-authored-by: shadcn --- apps/v4/content/docs/components/calendar.mdx | 2 +- apps/www/content/docs/components/calendar.mdx | 2 +- apps/www/public/registry/index.json | 2 +- apps/www/public/registry/styles/default/calendar.json | 2 +- apps/www/public/registry/styles/new-york/calendar.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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": [