Skip to content

Commit

Permalink
lockfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarscher committed Feb 12, 2024
1 parent fd4e8d5 commit 281b728
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions packages/app/utils/trpc/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}),
],
})
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 281b728

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔ EAS production build completed

  • 🤖 Android build failed ❌
  • 🍏 IOS build failed ❌
Android QR IOS QR

Please sign in to comment.