Skip to content

Commit

Permalink
Update dependencies and editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Nov 8, 2023
1 parent 458e8a2 commit 197e82b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"editor.defaultFormatter": "biomejs.biome",
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
}
// Turn this on if you want to debug the T4 App Tools Extension
// "terminal.integrated.defaultProfile.windows": null
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"expo-image": "~1.5.1",
"expo-linear-gradient": "~12.5.0",
"expo-linking": "6.0.0",
"expo-router": "^2.0.10",
"expo-router": "^2.0.11",
"expo-splash-screen": "^0.22.0",
"expo-status-bar": "~1.7.1",
"expo-system-ui": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@tamagui/next-plugin": "1.75.9",
"@types/react": "^18.2.34",
"@types/react": "^18.2.37",
"vercel": "^32.5.0"
}
}
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
},
"dependencies": {
"@hono/trpc-server": "^0.1.0",
"@trpc/server": "^10.43.0",
"@trpc/server": "^10.43.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"drizzle-orm": "^0.28.6",
"drizzle-valibot": "^0.1.1",
"hono": "^3.9.1",
"hono": "^3.9.2",
"miniflare": "3.20231025.1",
"superjson": "1.13.3",
"valibot": "^0.20.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0",
"bun-types": "^1.0.8",
"bun-types": "^1.0.10",
"drizzle-kit": "^0.19.13",
"typescript": "^5.2.2",
"wrangler": "^3.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/features/home/screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function HomeScreen() {

return (
<ScrollView>
<YStack flex={1} justifyContent='center' alignItems='center' padding='$4' space='$4'>
<YStack flex={1} jc='center' ai='center' p='$4' space='$4'>
<SolitoImage src='/t4-logo.png' width={128} height={128} alt='T4 Logo' />
<H1 textAlign='center'>👋 Hello, T4 App</H1>
<Separator />
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@tamagui/shorthands": "1.75.9",
"@tamagui/themes": "1.75.9",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.0",
"@trpc/next": "^10.43.0",
"@trpc/react-query": "^10.43.0",
"@trpc/client": "^10.43.1",
"@trpc/next": "^10.43.1",
"@trpc/react-query": "^10.43.1",
"burnt": "^0.12.1",
"expo-constants": "~14.4.2",
"expo-linking": "6.0.0",
Expand All @@ -32,6 +32,6 @@
"ts-pattern": "^5.0.5"
},
"devDependencies": {
"@types/react": "^18.2.34"
"@types/react": "^18.2.37"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tamagui/themes": "1.75.9",
"@tamagui/toast": "1.75.9",
"@tanstack/react-virtual": "3.0.0-beta.68",
"jotai": "^2.5.0",
"jotai": "^2.5.1",
"tamagui": "1.75.9"
},
"devDependencies": {
Expand Down

1 comment on commit 197e82b

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