Update Shadcn Sidebar (#73)

Migrated Sidebar to use Shadcn UI's
This commit is contained in:
Giancarlo Buomprisco
2024-10-25 09:43:34 +02:00
committed by GitHub
parent df944bb1e5
commit 14c2220904
48 changed files with 1863 additions and 543 deletions

View File

@@ -31,7 +31,7 @@
"supabase:db:dump:local": "supabase db dump --local --data-only"
},
"dependencies": {
"@edge-csrf/nextjs": "2.5.0",
"@edge-csrf/nextjs": "2.5.1",
"@hookform/resolvers": "^3.9.0",
"@kit/accounts": "workspace:^",
"@kit/admin": "workspace:^",
@@ -56,11 +56,11 @@
"@marsidev/react-turnstile": "^1.0.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.6",
"@tanstack/react-query": "5.59.15",
"@tanstack/react-query": "5.59.16",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next": "15.0.1",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "19.0.0-rc-69d4b800-20241021",
@@ -77,9 +77,9 @@
"@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "15.0.0",
"@next/bundle-analyzer": "15.0.1",
"@types/mdx": "^2.0.13",
"@types/node": "^22.7.8",
"@types/node": "^22.7.9",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20",
@@ -89,7 +89,7 @@
"import-in-the-middle": "1.11.2",
"prettier": "^3.3.3",
"require-in-the-middle": "7.4.0",
"supabase": "^1.207.8",
"supabase": "^1.207.9",
"tailwindcss": "3.4.14",
"typescript": "^5.6.3"
},