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 26195ba commit d58f4c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/www/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 apps/www/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 apps/www/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 apps/www/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
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist && rimraf components",
"start:dev": "cross-env COMPONENTS_REGISTRY_URL=http://localhost:3001 node dist/index.js",
"start:dev": "cross-env COMPONENTS_REGISTRY_URL=http://localhost:3003 node dist/index.js",
"start": "node dist/index.js",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
Expand Down

0 comments on commit d58f4c7

Please sign in to comment.