Skip to content

Commit

Permalink
fix: sync latest shadcn/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Codpoe committed Aug 29, 2024
1 parent 66dc245 commit ae52737
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 279 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"dist/*.css"
],
"scripts": {
"sync": "npx -y shadcn-ui@latest add -o && tsx ./scripts/sync.ts",
"dev": "vite",
"build-app": "tsc && vite build",
"build-lib": "LIB=1 vite build && tsc -p ./tsconfig.dts.json",
Expand Down Expand Up @@ -110,13 +111,13 @@
"@tanstack/react-table": "^8.13.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cmdk": "^1.0.0",
"date-fns": "^3.2.0",
"embla-carousel-react": "^8.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.365.0",
"next-themes": "^0.2.1",
"react-day-picker": "^8.10.0",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.49.3",
"react-resizable-panels": "^1.0.8",
"recharts": "^2.12.7",
Expand All @@ -138,6 +139,7 @@
"@storybook/react-vite": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/theming": "^8.1.11",
"@types/node": "^22.5.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
Expand All @@ -160,7 +162,9 @@
"storybook": "^8.1.11",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.0",
"typescript": "^5.2.2",
"upath": "^2.0.1",
"vite": "^5.0.8",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-ts-alias": "^0.1.1"
Expand Down
Loading

0 comments on commit ae52737

Please sign in to comment.