mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
fix: pin react-day-picker (#4387)
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
{
|
||||
"name": "calendar",
|
||||
"dependencies": [
|
||||
"react-day-picker",
|
||||
"react-day-picker@8.10.1",
|
||||
"date-fns"
|
||||
],
|
||||
"registryDependencies": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "calendar",
|
||||
"dependencies": [
|
||||
"react-day-picker",
|
||||
"react-day-picker@8.10.1",
|
||||
"date-fns"
|
||||
],
|
||||
"registryDependencies": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "calendar",
|
||||
"dependencies": [
|
||||
"react-day-picker",
|
||||
"react-day-picker@8.10.1",
|
||||
"date-fns"
|
||||
],
|
||||
"registryDependencies": [
|
||||
|
||||
@@ -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"],
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user