Skip to content

Commit

Permalink
fix: pin react-day-picker (shadcn-ui#4387)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Jul 23, 2024
1 parent 8f77d5d commit 49c731c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/registry/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"name": "calendar",
"dependencies": [
"react-day-picker",
"react-day-picker@8.10.1",
"date-fns"
],
"registryDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion public/registry/styles/default/calendar.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calendar",
"dependencies": [
"react-day-picker",
"react-day-picker@8.10.1",
"date-fns"
],
"registryDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion public/registry/styles/new-york/calendar.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calendar",
"dependencies": [
"react-day-picker",
"react-day-picker@8.10.1",
"date-fns"
],
"registryDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion registry/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ui: Registry = [
{
name: "calendar",
type: "components:ui",
dependencies: ["react-day-picker", "date-fns"],
dependencies: ["react-day-picker@8.10.1", "date-fns"],
registryDependencies: ["button"],
files: ["ui/calendar.tsx"],
},
Expand Down

0 comments on commit 49c731c

Please sign in to comment.