Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymiller committed Sep 18, 2023
1 parent 719afcd commit 4f6a7e0
Show file tree
Hide file tree
Showing 11 changed files with 2,293 additions and 2,118 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-t4-app",
"bin": "./bin/index.js",
"version": "2.2.8",
"license": "Apache-2.0",
"license": "MIT",
"description": "Easily Create Type-Safe, Full-Stack Apps for React Native + Web using the t4 stack.",
"dependencies": {
"chalk": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"url": "git+https://github.com/timothymiller/t4-app.git"
},
"author": "Timothy Miller <[email protected]>",
"license": "Apache-2.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/timothymiller/t4-app/issues"
},
"homepage": "https://github.com/timothymiller/t4-app#readme",
"dependencies": {
"@ducanh2912/next-pwa": "^9.5.0",
"@ducanh2912/next-pwa": "^9.6.0",
"@t4/ui": "^2.0.0",
"million": "2.6.0-beta.13",
"million": "2.6.0-beta.16",
"next": "13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
Expand Down
32 changes: 16 additions & 16 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@shopify/flash-list": "^1.5.0",
"@shopify/flash-list": "^1.6.1",
"@t4/ui": "^2.0.0",
"app": "^2.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-module-resolver": "5.0.0",
"burnt": "^0.11.7",
"expo": "^49.0.10",
"expo": "^49.0.11",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.8",
"expo-font": "~11.4.0",
"expo-image": "~1.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.5",
"expo-splash-screen": "^0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "^2.4.0",
"expo-updates": "^0.18.12",
"expo-dev-client": "~2.4.10",
"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.6",
"expo-splash-screen": "^0.22.0",
"expo-status-bar": "1.7.1",
"expo-system-ui": "^2.6.0",
"expo-updates": "^0.18.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4",
Expand All @@ -45,11 +45,11 @@
"react-native-svg": "^13.13.0"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.20",
"@expo/metro-config": "^0.10.7",
"@tamagui/babel-plugin": "1.64.1",
"@tamagui/babel-plugin": "1.68.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.78.1",
"metro-minify-terser": "^0.79.0",
"react-native-dotenv": "^3.4.9",
"typescript": "^5.2.2"
}
Expand Down
14 changes: 7 additions & 7 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.5.0",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@ducanh2912/next-pwa": "^9.6.0",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@t4/ui": "^2.0.0",
"@tamagui/next-theme": "1.64.1",
"@tamagui/next-theme": "1.68.0",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"app": "^2.0.0",
"million": "2.6.0-beta.13",
"million": "2.6.0-beta.16",
"next": "13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4",
"react-native-web-lite": "1.64.1",
"react-native-web-lite": "1.68.0",
"webpack": "^5.88.2"
},
"devDependencies": {
"@tamagui/next-plugin": "1.64.1",
"@tamagui/next-plugin": "1.68.0",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"dotenv-cli": "^7.3.0",
"eslint-config-next": "^13.4.19",
"vercel": "^32.2.0"
"vercel": "^32.2.4"
}
}
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A set of tools to help you create new screens, components and routes for your T4 App.",
"icon": "icon.png",
"version": "1.1.7",
"license": "Apache-2.0",
"license": "MIT",
"publisher": "albbus",
"author": {
"name": "Alberto Del Buono Paolini",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "t4-app-monorepo",
"private": true,
"license": "Apache-2.0",
"license": "MIT",
"version": "2.0.0",
"scripts": {
"dev": "turbo dev --parallel --filter={next-app,@t4/api}",
Expand Down Expand Up @@ -38,17 +38,17 @@
"@babel/runtime": "^7.22.15",
"@manypkg/cli": "^0.21.0",
"@nderscore/tamagui-typescript-plugin": "^0.5.4",
"@supabase/supabase-js": "^2.33.1",
"@supabase/supabase-js": "^2.33.2",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"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",
"turbo": "^1.10.14",
"typescript": "^5.2.2",
"workerd": "1.20230904.0"
"workerd": "1.20230914.0"
},
"engines": {
"node": ">=18.16.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@t4/api",
"version": "2.0.0",
"main": "src/index.ts",
"license": "Apache-2.0",
"license": "MIT",
"scripts": {
"dev": "cross-env NO_D1_WARNING=true wrangler dev src/index.ts",
"generate": "drizzle-kit generate:sqlite --schema=./src/db/schema.ts --out=./migrations",
Expand All @@ -18,21 +18,21 @@
},
"dependencies": {
"@hono/trpc-server": "^0.1.0",
"@trpc/server": "^10.38.1",
"@trpc/server": "^10.38.3",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"drizzle-orm": "^0.28.6",
"drizzle-valibot": "^0.1.1",
"hono": "^3.6.0",
"hono": "^3.6.3",
"superjson": "^1.13.1",
"valibot": "^0.15.0"
"valibot": "^0.17.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@cloudflare/workers-types": "^4.20230914.0",
"better-sqlite3": "^8.6.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.19.13",
"eslint": "^8.49.0",
"typescript": "^5.2.2",
"wrangler": "^3.7.0"
"wrangler": "^3.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/api/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "t4-api"
compatibility_date = "2023-09-04"
compatibility_date = "2023-09-14"
send_metrics = false
account_id = "719e3374c9fabba87860b809acb3c939"

Expand Down
28 changes: 14 additions & 14 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"clean": "rm -rf node_modules"
},
"dependencies": {
"@shopify/flash-list": "^1.5.0",
"@shopify/flash-list": "^1.6.1",
"@t4/ui": "^2.0.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",
"@tamagui/animations-react-native": "1.68.0",
"@tamagui/colors": "1.68.0",
"@tamagui/font-inter": "1.68.0",
"@tamagui/lucide-icons": "1.68.0",
"@tamagui/shorthands": "1.68.0",
"@tamagui/themes": "1.68.0",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.3",
"@trpc/next": "^10.38.3",
"@trpc/react-query": "^10.38.3",
"burnt": "^0.11.7",
"expo-constants": "~14.4.2",
"expo-linking": "~5.0.2",
"expo-secure-store": "^12.3.1",
"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",
"@supabase/auth-helpers-shared": "0.4.1",
"@supabase/auth-helpers-shared": "0.5.0",
"solito": "^4.0.1"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"clean": "rm -rf dist types node_modules .turbo"
},
"dependencies": {
"@shopify/flash-list": "^1.5.0",
"@supabase/supabase-js": "^2.33.1",
"@shopify/flash-list": "^1.6.1",
"@supabase/supabase-js": "^2.33.2",
"@t4/api": "^2.0.0",
"@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",
"@tamagui/animations-react-native": "1.68.0",
"@tamagui/font-inter": "1.68.0",
"@tamagui/react-native-media-driver": "1.68.0",
"@tamagui/shorthands": "1.68.0",
"@tamagui/themes": "1.68.0",
"@tamagui/toast": "1.68.0",
"@tanstack/react-table": "^8.10.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"jotai": "^2.4.2",
"tamagui": "1.64.1"
"tamagui": "1.68.0"
},
"devDependencies": {
"@tamagui/build": "1.64.1"
"@tamagui/build": "1.68.0"
}
}
Loading

1 comment on commit 4f6a7e0

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