diff --git a/bun.lockb b/bun.lockb index 9de97d1cc..9753d0822 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/app/utils/trpc/index.web.tsx b/packages/app/utils/trpc/index.web.tsx index 6583c6ce7..c35a6d9d3 100644 --- a/packages/app/utils/trpc/index.web.tsx +++ b/packages/app/utils/trpc/index.web.tsx @@ -52,8 +52,9 @@ export function TRPCProvider(props: { children: React.ReactNode }) { // always try to include cookies }) }, - url: `${typeof window !== 'undefined' ? '' : process.env.NEXT_PUBLIC_API_URL - }/worker/trpc`, + url: `${ + typeof window !== 'undefined' ? '' : process.env.NEXT_PUBLIC_API_URL + }/worker/trpc`, }), ], }) diff --git a/packages/ui/package.json b/packages/ui/package.json index a8d5edf5f..ee42547c9 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@shopify/flash-list": "^1.6.3", - "@supabase/supabase-js": "^2.38.4", + "@supabase/supabase-js": "^2.39.3", "@t4/api": "workspace:*", "@tamagui/animations-react-native": "1.88.20", "@tamagui/font-inter": "1.88.20",