Update package dependencies and formatting in database.types.ts

Updated the versions of '@supabase/supabase-js' dependency in 'supabase' and 'billing-gateway' packages. In 'billing-gateway' package, switched several dependencies to reference local workspace versions. Also, formatted 'database.types.ts' file to use semicolons consistently improving code readability.
This commit is contained in:
giancarlo
2024-03-28 21:00:56 +08:00
parent b4ecd1d231
commit 15d4533949
9 changed files with 849 additions and 832 deletions

View File

@@ -32,7 +32,7 @@
"@next/mdx": "^14.1.4",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.40.0",
"@supabase/supabase-js": "^2.41.1",
"@tanstack/react-query": "5.28.6",
"@tanstack/react-query-next-experimental": "^5.28.9",
"@tanstack/react-table": "^8.15.0",