Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Sep 21, 2023
1 parent 1c1b109 commit b658d18
Show file tree
Hide file tree
Showing 8 changed files with 895 additions and 965 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ducanh2912/next-pwa": "^9.7.0",
"@t4/ui": "^2.0.0",
"million": "2.6.0",
"next": "13.5.1",
"next": "13.5.2",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@babel/core": "^7.22.20",
"@expo/metro-config": "^0.10.7",
"@tamagui/babel-plugin": "1.68.2",
"@tamagui/babel-plugin": "1.68.6",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.79.0",
"react-native-dotenv": "^3.4.9",
Expand Down
10 changes: 5 additions & 5 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@t4/ui": "^2.0.0",
"@tamagui/next-theme": "1.68.2",
"@tamagui/next-theme": "1.68.6",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"app": "^2.0.0",
"million": "2.6.0",
"next": "13.5.1",
"next": "13.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4",
"react-native-web-lite": "1.68.2",
"react-native-web-lite": "1.68.6",
"webpack": "^5.88.2"
},
"devDependencies": {
"@tamagui/next-plugin": "1.68.2",
"@tamagui/next-plugin": "1.68.6",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"dotenv-cli": "^7.3.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^13.5.2",
"vercel": "^32.2.4"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"prettier": "^3.0.3",
"react-native-url-polyfill": "^2.0.0",
"turbo": "^1.10.14",
"typescript": "^5.2.2",
"workerd": "1.20230914.0"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"valibot": "^0.17.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230914.0",
"@cloudflare/workers-types": "^4.20230814.0",
"better-sqlite3": "^8.6.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.19.13",
Expand Down
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"@shopify/flash-list": "^1.6.1",
"@t4/ui": "^2.0.0",
"@tamagui/animations-react-native": "1.68.2",
"@tamagui/colors": "1.68.2",
"@tamagui/font-inter": "1.68.2",
"@tamagui/lucide-icons": "1.68.2",
"@tamagui/shorthands": "1.68.2",
"@tamagui/themes": "1.68.2",
"@tamagui/animations-react-native": "1.68.6",
"@tamagui/colors": "1.68.6",
"@tamagui/font-inter": "1.68.6",
"@tamagui/lucide-icons": "1.68.6",
"@tamagui/shorthands": "1.68.6",
"@tamagui/themes": "1.68.6",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.3",
"@trpc/next": "^10.38.3",
Expand Down
16 changes: 8 additions & 8 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.6.1",
"@supabase/supabase-js": "^2.33.2",
"@t4/api": "^2.0.0",
"@tamagui/animations-react-native": "1.68.2",
"@tamagui/font-inter": "1.68.2",
"@tamagui/react-native-media-driver": "1.68.2",
"@tamagui/shorthands": "1.68.2",
"@tamagui/themes": "1.68.2",
"@tamagui/toast": "1.68.2",
"@tamagui/animations-react-native": "1.68.6",
"@tamagui/font-inter": "1.68.6",
"@tamagui/react-native-media-driver": "1.68.6",
"@tamagui/shorthands": "1.68.6",
"@tamagui/themes": "1.68.6",
"@tamagui/toast": "1.68.6",
"@tanstack/react-table": "^8.10.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"jotai": "^2.4.2",
"tamagui": "1.68.2"
"tamagui": "1.68.6"
},
"devDependencies": {
"@tamagui/build": "1.68.2"
"@tamagui/build": "1.68.6"
}
}
Loading

1 comment on commit b658d18

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