Update package versions and improve code handling

Multiple package versions have been updated to their latest versions for better compatibility and stability. In addition, modifications were made to the `getGitHash` function in `route.ts` to handle potential failures more gracefully.
This commit is contained in:
gbuomprisco
2024-07-17 18:43:57 +08:00
parent fb04be4d26
commit 35717c79f7
19 changed files with 530 additions and 655 deletions

View File

@@ -35,7 +35,7 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query": "5.51.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.408.0",
@@ -44,7 +44,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"react-i18next": "^14.1.3",
"sonner": "^1.5.0",
"zod": "^3.23.8"
},