Update dependencies to latest versions

Upgraded various dependencies across multiple packages to their latest versions, including `@supabase/supabase-js` to `2.45.2`, `next` to `14.2.7`, and `react-hook-form` to `7.53.0`. This ensures compatibility and includes the latest features and bug fixes.
This commit is contained in:
gbuomprisco
2024-08-29 11:35:54 +02:00
parent bfe16a24de
commit d477a5c7bb
20 changed files with 788 additions and 800 deletions

View File

@@ -29,11 +29,11 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/gotrue-js": "2.64.4",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.52.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.2",
"@tanstack/react-query": "5.52.2",
"@types/react": "^18.3.4",
"next": "14.2.6",
"next": "14.2.7",
"react": "18.3.1",
"server-only": "^0.0.1",
"zod": "^3.23.8"