Update packages to newer versions

This update upgrades several packages across multiple project files to their latest version. These packages include "supabase-js", "react-query", "react-hook-form", and "pnpm". The commit ensures the project is up-to-date with recent package versions, potentially benefiting from bug fixes, new features, and performance improvements.
This commit is contained in:
gbuomprisco
2024-06-18 01:07:22 +08:00
parent b48380eb69
commit abd4b1d095
17 changed files with 238 additions and 241 deletions

View File

@@ -54,9 +54,9 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^0.7.1",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.45.0",
"@tanstack/react-query-next-experimental": "^5.45.0",
"@supabase/supabase-js": "^2.43.5",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query-next-experimental": "^5.45.1",
"@tanstack/react-table": "^8.17.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.395.0",
@@ -65,7 +65,7 @@
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-i18next": "^14.1.2",
"recharts": "^2.12.7",
"sonner": "^1.5.0",