Skip to content

Commit

Permalink
Update to latest tamagui versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymiller committed Sep 13, 2023
1 parent e2fb59f commit a987cae
Show file tree
Hide file tree
Showing 10 changed files with 1,690 additions and 1,835 deletions.
1 change: 1 addition & 0 deletions apps/expo/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EAS_OWNER="timothymiller"
EAS_PROJECT_ID="85fc6ccd-0ce1-4e4d-804c-b15df989f97e"
EXPO_NO_TELEMETRY=true
6 changes: 3 additions & 3 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@babel/runtime": "^7.22.15",
"@shopify/flash-list": "^1.5.0",
"@t4/ui": "^2.0.0",
"@tamagui/static": "1.59.5",
"@tamagui/static": "1.64.1",
"app": "^2.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"burnt": "^0.11.7",
"expo": "^49.0.8",
"expo": "^49.0.10",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.8",
"expo-font": "~11.4.0",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@babel/core": "^7.22.15",
"@expo/metro-config": "^0.10.7",
"@tamagui/babel-plugin": "1.59.5",
"@tamagui/babel-plugin": "1.64.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.78.1",
"react-native-dotenv": "^3.4.9",
Expand Down
3 changes: 2 additions & 1 deletion apps/next/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TAMAGUI_TARGET=web
NEXT_PUBLIC_METADATA_NAME="T4 App"
NEXT_PUBLIC_METADATA_DESCRIPTION="Type-Safe, Full-Stack Starter Kit for React Native + Web."
NEXT_PUBLIC_METADATA_URL="https://t4stack.com"
NEXT_PUBLIC_METADATA_URL="https://t4stack.com"
TAMAGUI_DISABLE_WARN_DYNAMIC_LOAD=1
15 changes: 8 additions & 7 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "cross-env TAMAGUI_TARGET=web pnpm with-env next dev",
"build": "cross-env TAMAGUI_TARGET=web pnpm with-env next build",
"start": "cross-env TAMAGUI_TARGET=web pnpm with-env next start",
"dev": "pnpm with-env next dev",
"build": "pnpm with-env next build",
"start": "pnpm with-env next start",
"lint": "next lint",
"with-env": "dotenv -e ../../.env.local --",
"clean": "git clean -xdf .next node_modules .tamagui"
Expand All @@ -15,22 +15,23 @@
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-helpers-react": "^0.4.2",
"@t4/ui": "^2.0.0",
"@tamagui/next-theme": "1.59.5",
"@tamagui/next-theme": "1.64.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"app": "^2.0.0",
"million": "2.6.0-beta.13",
"next": "13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4",
"react-native-web-lite": "1.59.5",
"react-native-web-lite": "1.64.1",
"webpack": "^5.88.2"
},
"devDependencies": {
"@tamagui/next-plugin": "1.59.5",
"@tamagui/next-plugin": "1.64.1",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"dotenv-cli": "^7.3.0",
"eslint-config-next": "^13.4.19",
"vercel": "^32.1.0"
"vercel": "^32.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vscode/test-electron": "^2.3.4",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"glob": "^10.3.4",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"@supabase/supabase-js": "^2.33.1",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"miniflare": "3.20230821.0",
"eslint": "^8.49.0",
"miniflare": "3.20230904.0",
"node-gyp": "^9.4.0",
"prettier": "^3.0.3",
"react-native-url-polyfill": "^2.0.0",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"workerd": "1.20230821.0"
"workerd": "1.20230904.0"
},
"engines": {
"node": ">=18.16.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@hono/trpc-server": "^0.1.0",
"@trpc/server": "^10.38.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"drizzle-orm": "^0.28.5",
"drizzle-orm": "^0.28.6",
"drizzle-valibot": "^0.1.1",
"hono": "^3.5.8",
"hono": "^3.6.0",
"superjson": "^1.13.1",
"valibot": "^0.13.1"
"valibot": "^0.15.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@cloudflare/workers-types": "^4.20230904.0",
"better-sqlite3": "^8.6.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.19.13",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"typescript": "^5.2.2",
"wrangler": "^3.7.0"
}
Expand Down
15 changes: 8 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@shopify/flash-list": "^1.5.0",
"@t4/ui": "^2.0.0",
"@tamagui/animations-react-native": "1.59.5",
"@tamagui/colors": "1.59.5",
"@tamagui/font-inter": "1.59.5",
"@tamagui/lucide-icons": "1.59.5",
"@tamagui/shorthands": "1.59.5",
"@tamagui/themes": "1.59.5",
"@tanstack/react-query": "^4.33.0",
"@tamagui/animations-react-native": "1.64.1",
"@tamagui/colors": "1.64.1",
"@tamagui/font-inter": "1.64.1",
"@tamagui/lucide-icons": "1.64.1",
"@tamagui/shorthands": "1.64.1",
"@tamagui/themes": "1.64.1",
"@tanstack/react-query": "^4.35.0",
"@trpc/client": "^10.38.1",
"@trpc/next": "^10.38.1",
"@trpc/react-query": "^10.38.1",
Expand All @@ -28,6 +28,7 @@
"expo-secure-store": "^12.3.1",
"react-native-mmkv": "^2.10.2",
"react-native-safe-area-context": "4.7.2",
"@supabase/auth-helpers-shared": "0.4.1",
"solito": "^4.0.1"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@shopify/flash-list": "^1.5.0",
"@supabase/supabase-js": "^2.33.1",
"@t4/api": "^2.0.0",
"@tamagui/animations-react-native": "1.59.5",
"@tamagui/font-inter": "1.59.5",
"@tamagui/react-native-media-driver": "1.59.5",
"@tamagui/shorthands": "1.59.5",
"@tamagui/themes": "1.59.5",
"@tamagui/toast": "1.59.5",
"@tanstack/react-table": "^8.9.3",
"@tamagui/animations-react-native": "1.64.1",
"@tamagui/font-inter": "1.64.1",
"@tamagui/react-native-media-driver": "1.64.1",
"@tamagui/shorthands": "1.64.1",
"@tamagui/themes": "1.64.1",
"@tamagui/toast": "1.64.1",
"@tanstack/react-table": "^8.9.8",
"@tanstack/react-virtual": "3.0.0-beta.54",
"jotai": "^2.4.1",
"tamagui": "1.59.5"
"jotai": "^2.4.2",
"tamagui": "1.64.1"
},
"devDependencies": {
"@tamagui/build": "1.59.5"
"@tamagui/build": "1.64.1"
}
}
Loading

1 comment on commit a987cae

@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 QR IOS QR
Android QR IOS QR

Please sign in to comment.