Skip to content

Commit

Permalink
Update tamagui version
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Oct 20, 2023
1 parent af9ad31 commit 5e61768
Show file tree
Hide file tree
Showing 9 changed files with 2,487 additions and 2,656 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"homepage": "https://github.com/timothymiller/t4-app#readme",
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.1",
"@ducanh2912/next-pwa": "^9.7.2",
"@t4/ui": "^2.0.0",
"million": "2.6.2",
"next": "13.5.3",
"nextra": "^2.13.1",
"nextra-theme-docs": "^2.13.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.7.1",
"@types/node": "^20.8.7",
"typescript": "^5.2.2"
}
}
20 changes: 10 additions & 10 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@
"eas-build-pre-install": "npm install -g [email protected]"
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@babel/runtime": "^7.23.2",
"@shopify/flash-list": "^1.6.1",
"@t4/ui": "^2.0.0",
"app": "^2.0.0",
"babel-plugin-module-resolver": "5.0.0",
"burnt": "^0.11.7",
"expo": "^49.0.13",
"expo-apple-authentication": "~6.1.0",
"expo": "^49.0.16",
"expo-apple-authentication": "~6.1.2",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-dev-client": "~2.4.11",
"expo-font": "~11.6.0",
"expo-image": "~1.5.1",
"expo-linear-gradient": "~12.5.0",
"expo-linking": "6.0.0",
"expo-router": "^2.0.8",
"expo-router": "^2.0.9",
"expo-splash-screen": "^0.22.0",
"expo-status-bar": "1.7.1",
"expo-system-ui": "^2.6.0",
"expo-updates": "^0.18.14",
"expo-updates": "^0.18.16",
"expo-web-browser": "~12.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.5",
"react-native-gesture-handler": "~2.13.1",
"react-native": "^0.72.6",
"react-native-gesture-handler": "~2.13.3",
"react-native-mmkv": "^2.10.2",
"react-native-safe-area-context": "4.7.2",
"react-native-screens": "^3.25.0",
"react-native-screens": "^3.26.0",
"react-native-svg": "^13.14.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@expo/metro-config": "^0.10.7",
"@tamagui/babel-plugin": "1.72.3",
"@tamagui/babel-plugin": "1.74.21",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.79.1",
"react-native-dotenv": "^3.4.9",
Expand Down
22 changes: 11 additions & 11 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"clean": "git clean -xdf .next node_modules .tamagui"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.1",
"@ducanh2912/next-pwa": "^9.7.2",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@t4/ui": "^2.0.0",
"@tamagui/next-theme": "1.72.3",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"@tamagui/next-theme": "1.74.21",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"app": "^2.0.0",
"million": "2.6.2",
"next": "13.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.5",
"react-native-web-lite": "1.72.3",
"webpack": "^5.88.2"
"react-native": "^0.72.6",
"react-native-web-lite": "1.74.21",
"webpack": "^5.89.0"
},
"devDependencies": {
"@tamagui/next-plugin": "1.72.3",
"@types/node": "^20.7.1",
"@types/react": "^18.2.23",
"@tamagui/next-plugin": "1.74.21",
"@types/node": "^20.8.7",
"@types/react": "^18.2.30",
"dotenv-cli": "^7.3.0",
"eslint-config-next": "^13.5.3",
"vercel": "^32.3.1"
"eslint-config-next": "^13.5.6",
"vercel": "^32.4.1"
}
}
14 changes: 7 additions & 7 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vscode/test-electron": "^2.3.4",
"eslint": "^8.50.0",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@types/vscode": "^1.83.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vscode/test-electron": "^2.3.5",
"eslint": "^8.51.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"clean:workspaces": "turbo clean"
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@babel/runtime": "^7.23.2",
"@manypkg/cli": "^0.21.0",
"@nderscore/tamagui-typescript-plugin": "^0.5.4",
"@supabase/supabase-js": "^2.36.0",
"@supabase/supabase-js": "^2.38.2",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"miniflare": "3.20230922.0",
"node-gyp": "^9.4.0",
"prettier": "^3.0.3",
"react-native-url-polyfill": "^2.0.0",
"turbo": "^1.10.14",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
},
"dependencies": {
"@hono/trpc-server": "^0.1.0",
"@trpc/server": "^10.38.5",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"@trpc/server": "^10.41.0",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"drizzle-orm": "^0.28.6",
"drizzle-valibot": "^0.1.1",
"hono": "^3.7.2",
"hono": "^3.8.1",
"superjson": "^1.13.3",
"valibot": "^0.17.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230922.0",
"better-sqlite3": "^8.6.0",
"@cloudflare/workers-types": "^4.20231016.0",
"better-sqlite3": "^8.7.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.19.13",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"typescript": "^5.2.2",
"wrangler": "3.6.0"
}
Expand Down
24 changes: 12 additions & 12 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"@shopify/flash-list": "^1.6.1",
"@supabase/auth-helpers-shared": "0.5.0",
"@t4/ui": "^2.0.0",
"@tamagui/animations-react-native": "1.72.3",
"@tamagui/colors": "1.72.3",
"@tamagui/font-inter": "1.72.3",
"@tamagui/lucide-icons": "1.72.3",
"@tamagui/shorthands": "1.72.3",
"@tamagui/themes": "1.72.3",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.5",
"@trpc/next": "^10.38.5",
"@trpc/react-query": "^10.38.5",
"@tamagui/animations-react-native": "1.74.21",
"@tamagui/colors": "1.74.21",
"@tamagui/font-inter": "1.74.21",
"@tamagui/lucide-icons": "1.74.21",
"@tamagui/shorthands": "1.74.21",
"@tamagui/themes": "1.74.21",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.41.0",
"@trpc/next": "^10.41.0",
"@trpc/react-query": "^10.41.0",
"burnt": "^0.11.7",
"expo-constants": "~14.4.2",
"expo-linking": "6.0.0",
"expo-secure-store": "^12.5.0",
"react-native-mmkv": "^2.10.2",
"react-native-safe-area-context": "4.7.2",
"solito": "^4.0.1"
"solito": "^4.1.2"
},
"devDependencies": {
"@types/react": "^18.2.23"
"@types/react": "^18.2.30"
}
}
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
},
"dependencies": {
"@shopify/flash-list": "^1.6.1",
"@tamagui/animations-react-native": "1.72.3",
"@tamagui/font-inter": "1.72.3",
"@tamagui/react-native-media-driver": "1.72.3",
"@tamagui/shorthands": "1.72.3",
"@tamagui/themes": "1.72.3",
"@tamagui/toast": "1.72.3",
"@tanstack/react-table": "^8.10.3",
"@tamagui/animations-react-native": "1.74.21",
"@tamagui/font-inter": "1.74.21",
"@tamagui/react-native-media-driver": "1.74.21",
"@tamagui/shorthands": "1.74.21",
"@tamagui/themes": "1.74.21",
"@tamagui/toast": "1.74.21",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "3.0.0-beta.54",
"jotai": "^2.4.3",
"tamagui": "1.72.3"
"tamagui": "1.74.21"
},
"devDependencies": {
"@tamagui/build": "1.72.3"
"@tamagui/build": "1.74.21"
}
}
Loading

1 comment on commit 5e61768

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