diff --git a/.vscode/settings.json b/.vscode/settings.json index 96581e077..868cccc19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 diff --git a/apps/expo/package.json b/apps/expo/package.json index aac527744..f57e63544 100755 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -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", diff --git a/apps/next/package.json b/apps/next/package.json index 7d9ed5f6b..a6f958956 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -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" } } diff --git a/bun.lockb b/bun.lockb index d0dba5bd4..81977b867 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/api/package.json b/packages/api/package.json index ddf53b871..61ed51b6e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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" diff --git a/packages/app/features/home/screen.tsx b/packages/app/features/home/screen.tsx index 968393481..b4103f4c8 100644 --- a/packages/app/features/home/screen.tsx +++ b/packages/app/features/home/screen.tsx @@ -50,7 +50,7 @@ export function HomeScreen() { return ( - +

👋 Hello, T4 App

diff --git a/packages/app/package.json b/packages/app/package.json index 5d3e355c2..4fbaa1b80 100755 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -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", @@ -32,6 +32,6 @@ "ts-pattern": "^5.0.5" }, "devDependencies": { - "@types/react": "^18.2.34" + "@types/react": "^18.2.37" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index fce3fb370..e73327df0 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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": {