Updated Dependencies (Next.js 15.1.2)

This commit is contained in:
gbuomprisco
2024-12-23 08:35:34 +08:00
parent b5a8a0a4d3
commit 970f901d05
18 changed files with 521 additions and 397 deletions

View File

@@ -27,13 +27,13 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.8",
"@supabase/supabase-js": "2.47.10",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"react": "19.0.0",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"zod": "^3.24.1"
},