Skip to content

Commit

Permalink
chore: upgrade to 52
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Koon committed Jan 26, 2025
1 parent 0fe5081 commit 47ac73a
Show file tree
Hide file tree
Showing 3 changed files with 1,185 additions and 1,585 deletions.
2 changes: 1 addition & 1 deletion apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
tsconfigPaths: true,
typedRoutes: true,
},
plugins: ["expo-router"],
plugins: ["expo-router", "expo-secure-store"],
});
40 changes: 20 additions & 20 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
},
"dependencies": {
"@bacons/text-decoder": "^0.0.0",
"@expo/metro-config": "^0.18.11",
"@expo/metro-config": "^0.19.9",
"@gorhom/bottom-sheet": "^5",
"@shopify/flash-list": "1.6.4",
"@shopify/flash-list": "1.7.1",
"@tanstack/react-query": "catalog:",
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"expo": "~51.0.38",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.28",
"expo-haptics": "^13.0.1",
"expo-image": "^1.13.0",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "^13.0.3",
"expo": "~52.0.27",
"expo-constants": "~17.0.4",
"expo-dev-client": "~5.0.10",
"expo-haptics": "^14.0.1",
"expo-image": "^2.0.4",
"expo-linking": "~7.0.4",
"expo-router": "~4.0.17",
"expo-secure-store": "^14.0.1",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-web-browser": "^14.0.2",
"nativewind": "~4.0.36",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "~0.74.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "~0.76.6",
"react-native-css-interop": "~0.0.36",
"react-native-gesture-handler": "~2.16.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-infinite-pager": "^0.3.18",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "~4.10.5",
"react-native-screens": "~3.31.1",
"react-native-reanimated": "~3.16.7",
"react-native-safe-area-context": "~4.12.0",
"react-native-screens": "~4.4.0",
"superjson": "2.2.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 47ac73a

Please sign in to comment.