Skip to content

Commit

Permalink
✨ update packages, update shadcn components, add samples, add utils a…
Browse files Browse the repository at this point in the history
…nd more
  • Loading branch information
nelwincatalogo committed Dec 9, 2024
1 parent f5777b1 commit 4209677
Show file tree
Hide file tree
Showing 46 changed files with 307,374 additions and 59 deletions.
7 changes: 5 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
}
29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,30 @@
"@hookstate/core": "^4.0.1",
"@hookstate/devtools": "^4.0.1",
"@hookstate/localstored": "^4.0.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"geist": "^1.3.1",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.445.0",
"lucide-react": "^0.468.0",
"next": "14.2.13",
"next-themes": "^0.3.0",
"next-themes": "^0.4.4",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7"
"react-icons": "^5.4.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1"
},
"devDependencies": {
"@types/node": "22.6.1",
Expand All @@ -47,8 +52,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.6",
"postcss": "8.4.47",
"husky": "^9.1.7",
"postcss": "8.4.49",
"prettier": "^3.3.3",
"typescript": "5.5.4"
}
Expand Down
Loading

0 comments on commit 4209677

Please sign in to comment.