Skip to content

Commit

Permalink
Change local package import syntax to match bun documented monorepo a…
Browse files Browse the repository at this point in the history
…pproach

Remove watchman config
  • Loading branch information
Timothy Miller committed Nov 12, 2023
1 parent c4b9e1f commit 50090c1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"@shopify/flash-list": "^1.6.3",
"@t4/ui": "*",
"app": "*",
"@t4/ui": "workspace:*",
"app": "workspace:*",
"babel-plugin-module-resolver": "^5.0.0",
"burnt": "^0.12.1",
"expo": "^49.0.16",
Expand Down
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@ducanh2912/next-pwa": "^9.7.2",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-helpers-react": "^0.4.2",
"@t4/ui": "*",
"@t4/ui": "workspace:*",
"@tamagui/next-theme": "1.75.9",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"app": "*",
"app": "workspace:*",
"million": "2.6.4",
"next": "14.0.1",
"next-seo": "^6.4.0",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@shopify/flash-list": "^1.6.3",
"@t4/ui": "*",
"@t4/ui": "workspace:*",
"@tamagui/animations-react-native": "1.75.9",
"@tamagui/colors": "1.75.9",
"@tamagui/font-inter": "1.75.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@shopify/flash-list": "^1.6.3",
"@supabase/supabase-js": "^2.38.4",
"@t4/api": "*",
"@t4/api": "workspace:*",
"@tamagui/animations-react-native": "1.75.9",
"@tamagui/font-inter": "1.75.9",
"@tamagui/react-native-media-driver": "1.75.9",
Expand Down

1 comment on commit 50090c1

@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.