aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-01-17 19:00:51 +0000
committerMohamed Bassem <me@mbassem.com>2026-01-18 14:37:24 +0000
commit6094d360cc64806c7e2544c51b6a1f5b1ef140f6 (patch)
tree09595cb0d32fb9dc2509da43a1385f7289d7984a /apps/mobile/package.json
parentc56cf4e24f6134547fb9c5b58eb20840f5083e9e (diff)
downloadkarakeep-6094d360cc64806c7e2544c51b6a1f5b1ef140f6.tar.zst
deps(mobile): upgrade to sdk 54
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json64
1 files changed, 34 insertions, 30 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 4fba01cb..94ebc0e1 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -15,52 +15,56 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
+ "@expo/metro-runtime": "~6.1.2",
"@karakeep/shared": "workspace:^0.1.0",
"@karakeep/shared-react": "workspace:^0.1.0",
"@karakeep/trpc": "workspace:^0.1.0",
- "@react-native-async-storage/async-storage": "1.23.1",
- "@react-native-menu/menu": "^1.2.4",
+ "@react-native-async-storage/async-storage": "2.2.0",
+ "@react-native-menu/menu": "^2.0.0",
+ "@react-navigation/native": "^7.1.8",
"@rn-primitives/hooks": "^1.3.0",
"@rn-primitives/slot": "^1.2.0",
- "@shopify/flash-list": "^2.0.3",
+ "@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "5.90.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
- "expo": "~53.0.19",
- "expo-build-properties": "^0.14.6",
- "expo-checkbox": "^4.1.4",
- "expo-clipboard": "^7.1.4",
- "expo-constants": "~17.1.6",
- "expo-dev-client": "^5.2.0",
- "expo-file-system": "~18.1.11",
- "expo-haptics": "^14.1.4",
- "expo-image": "^2.4.0",
- "expo-image-picker": "^16.1.4",
- "expo-linking": "~7.1.5",
- "expo-navigation-bar": "^4.2.5",
- "expo-router": "~5.0.7",
- "expo-secure-store": "^14.2.3",
- "expo-share-intent": "^4.0.0",
- "expo-sharing": "~13.0.1",
- "expo-status-bar": "~2.2.3",
- "expo-system-ui": "^5.0.8",
- "expo-web-browser": "^14.1.6",
+ "expo": "~54.0.31",
+ "expo-build-properties": "~1.0.10",
+ "expo-checkbox": "~5.0.8",
+ "expo-clipboard": "~8.0.8",
+ "expo-constants": "~18.0.13",
+ "expo-dev-client": "~6.0.20",
+ "expo-file-system": "~19.0.21",
+ "expo-haptics": "~15.0.8",
+ "expo-image": "~3.0.11",
+ "expo-image-picker": "~17.0.10",
+ "expo-linking": "~8.0.11",
+ "expo-navigation-bar": "~5.0.10",
+ "expo-router": "~6.0.21",
+ "expo-secure-store": "~15.0.8",
+ "expo-share-intent": "^5.1.1",
+ "expo-sharing": "~14.0.8",
+ "expo-status-bar": "~3.0.9",
+ "expo-system-ui": "~6.0.9",
+ "expo-web-browser": "~15.0.10",
"lucide-react-native": "^0.513.0",
- "nativewind": "^4.1.23",
+ "nativewind": "^4.2.1",
"react": "^19.2.1",
- "react-native": "0.79.5",
+ "react-native": "0.81.5",
"react-native-awesome-slider": "^2.5.3",
"react-native-blob-util": "^0.21.2",
- "react-native-gesture-handler": "~2.24.0",
+ "react-native-css-interop": "0.2.1",
+ "react-native-gesture-handler": "~2.28.0",
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-controller": "^1.18.5",
"react-native-markdown-display": "^7.0.2",
"react-native-pdf": "7.0.3",
- "react-native-reanimated": "^3.17.5",
- "react-native-safe-area-context": "5.4.0",
- "react-native-screens": "~4.11.1",
- "react-native-svg": "^15.11.2",
- "react-native-webview": "^13.13.5",
+ "react-native-reanimated": "~4.1.1",
+ "react-native-safe-area-context": "~5.6.0",
+ "react-native-screens": "~4.16.0",
+ "react-native-svg": "15.12.1",
+ "react-native-webview": "13.15.0",
+ "react-native-worklets": "0.5.1",
"sonner-native": "^0.22.2",
"tailwind-merge": "^2.2.1",
"zod": "^3.24.2",