Update '@tanstack/react-query' version and refactor 'database.types.ts'
The '@tanstack/react-query' dependency version has been upgraded across several packages. Alongside, syntax and unnecessary semicolons in 'database.types.ts' have been cleaned up to adhere with the formatting standards.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"supabase:db:dump:local": "supabase db dump --local --data-only"
|
||||
},
|
||||
"dependencies": {
|
||||
"@edge-csrf/nextjs": "2.2.0",
|
||||
"@edge-csrf/nextjs": "2.2.2",
|
||||
"@hookform/resolvers": "^3.6.0",
|
||||
"@kit/accounts": "workspace:^",
|
||||
"@kit/admin": "workspace:^",
|
||||
@@ -55,8 +55,8 @@
|
||||
"@marsidev/react-turnstile": "^0.7.1",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.43.5",
|
||||
"@tanstack/react-query": "5.45.1",
|
||||
"@tanstack/react-query-next-experimental": "^5.46.0",
|
||||
"@tanstack/react-query": "5.48.0",
|
||||
"@tanstack/react-query-next-experimental": "^5.48.0",
|
||||
"@tanstack/react-table": "^8.17.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.396.0",
|
||||
|
||||
Reference in New Issue
Block a user