Update useBaselime hook and upgrade dependencies

Add a captureEvent function to the useBaselime hook for capturing events within the monitoring service. Multiple dependencies, including `@supabase/supabase-js` and `next`, have also been updated to newer versions. This ensures usage of the most recent and efficient versions of the tools needed in our project to resolve potential issues and benefit from recent improvements.
This commit is contained in:
giancarlo
2024-04-25 17:37:12 +07:00
parent e8d34ce77e
commit 341762b6a5
20 changed files with 75 additions and 68 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"next": "14.2.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwind-merge": "^2.3.0",