Skip to content

Commit

Permalink
fix: EAS build finished
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed Nov 7, 2024
1 parent 1aa26c1 commit 99faf65
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 388 deletions.
13 changes: 5 additions & 8 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "catalog:dates",
"expo": "~52.0.0-preview.21",
"expo": "~52.0.0-preview.22",
"expo-apple-authentication": "~7.0.1",
"expo-application": "~6.0.1",
"expo-build-properties": "~0.13.1",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.2",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.0-preview.7",
"expo-dev-client": "~5.0.0-preview.8",
"expo-file-system": "~18.0.0",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
Expand All @@ -77,11 +77,11 @@
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-navigation-bar": "~4.0.2",
"expo-notifications": "~0.29.4",
"expo-router": "~4.0.0-preview.13",
"expo-notifications": "~0.29.5",
"expo-router": "~4.0.0-preview.14",
"expo-secure-store": "~14.0.0",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.3",
"expo-splash-screen": "0.29.3",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"expo-updates": "~0.26.4",
Expand All @@ -98,8 +98,6 @@
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-health": "^1.19.0",
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "^4.5.0",
"react-native-keyboard-controller": "^1.14.2",
"react-native-mmkv": "^3.1.0",
"react-native-pager-view": "^6.5.0",
Expand All @@ -118,7 +116,6 @@
"tailwindcss": "catalog:tailwind",
"tailwindcss-animate": "catalog:tailwind",
"victory-native": "^41.6.2",
"zeego": "^2.0.3",
"zustand": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@t3-oss/env-core": "^0.11.1",
"@vercel/postgres": "^0.10.0",
"drizzle-orm": "^0.36.0",
"drizzle-orm": "^0.36.1",
"drizzle-zod": "^0.5.1",
"pg": "^8.13.1",
"zod": "catalog:"
Expand All @@ -45,7 +45,7 @@
"@hyper/prettier-config": "workspace:*",
"@hyper/tsconfig": "workspace:*",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.27.1",
"drizzle-kit": "^0.28.0",
"eslint": "catalog:",
"prettier": "catalog:",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 99faf65

Please sign in to comment.