Deps Update and minor changes (#222)

1. Revert Card changes
2. Use X logo instead of Twitter
3. Update Dependencies

* Remove reference to pg_sodium as new Supabase CLI doesn't play well with it
This commit is contained in:
Giancarlo Buomprisco
2025-03-28 10:51:38 +07:00
committed by GitHub
parent 6fbc5cf6e5
commit e7f17dd34f
22 changed files with 278 additions and 267 deletions

View File

@@ -58,7 +58,7 @@
"@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2",
"date-fns": "^4.1.0",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
@@ -67,7 +67,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"recharts": "2.15.1",
"sonner": "^2.0.1",
"sonner": "^2.0.2",
"tailwind-merge": "^3.0.2",
"zod": "^3.24.2"
},
@@ -76,16 +76,16 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.2.4",
"@tailwindcss/postcss": "^4.0.15",
"@types/node": "^22.13.13",
"@tailwindcss/postcss": "^4.0.17",
"@types/node": "^22.13.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"babel-plugin-react-compiler": "beta",
"cssnano": "^7.0.6",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"supabase": "^2.19.7",
"tailwindcss": "4.0.15",
"supabase": "^2.20.5",
"tailwindcss": "4.0.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2"
},