Update Supabase and Sentry dependencies
Updated dependencies for Supabase-js from version 2.43.0 to 2.43.1 and Sentry from various 7.112.2 versions to 7.113.0. It was necessary to ensure compatibility, bug fixes, and to benefit from new features and improvements.
This commit is contained in:
@@ -39,7 +39,7 @@ const config = {
|
||||
},
|
||||
// needed for supporting dynamic imports for local content
|
||||
outputFileTracingIncludes: {
|
||||
"/*": ["./content/**/*"],
|
||||
'/*': ['./content/**/*'],
|
||||
},
|
||||
optimizePackageImports: [
|
||||
'recharts',
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.0",
|
||||
"@marsidev/react-turnstile": "^0.6.0",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.43.0",
|
||||
"@supabase/supabase-js": "^2.43.1",
|
||||
"@tanstack/react-query": "5.32.0",
|
||||
"@tanstack/react-query-next-experimental": "^5.32.1",
|
||||
"@tanstack/react-table": "^8.16.0",
|
||||
|
||||
Reference in New Issue
Block a user