|
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | 13 | "@azure/core-asynciterator-polyfill": "^1.0.2", |
14 | | - "@expo/metro-runtime": "^3.2.1", |
15 | | - "@expo/vector-icons": "^14.0.0", |
16 | | - "@journeyapps/react-native-quick-sqlite": "^2.4.2", |
17 | | - "@powersync/attachments": "workspace:*", |
18 | | - "@powersync/common": "workspace:*", |
19 | | - "@powersync/react": "workspace:*", |
20 | | - "@powersync/react-native": "workspace:*", |
21 | | - "@powersync/web": "workspace:*", |
| 14 | + "@expo/metro-runtime": "^4.0.1", |
| 15 | + "@expo/vector-icons": "^14.0.2", |
| 16 | + "@journeyapps/react-native-quick-sqlite": "^2.4.0", |
| 17 | + "@journeyapps/wa-sqlite": "^1.2.0", |
| 18 | + "@powersync/attachments": "latest", |
| 19 | + "@powersync/react": "^1.5.1", |
| 20 | + "@powersync/react-native": "^1.17.0", |
| 21 | + "@powersync/web": "^1.14.0", |
22 | 22 | "@react-native-async-storage/async-storage": "1.23.1", |
23 | | - "@react-native-community/masked-view": "^0.1.11", |
| 23 | + "@react-navigation/bottom-tabs": "^7.2.0", |
24 | 24 | "@react-navigation/drawer": "^6.6.3", |
25 | | - "@react-navigation/native": "^6.0.0", |
26 | | - "@supabase/supabase-js": "^2.33.1", |
| 25 | + "@react-navigation/native": "^7.0.14", |
| 26 | + "@supabase/supabase-js": "^2.45.4", |
| 27 | + "@tanstack/react-query": "^5.66.0", |
27 | 28 | "base64-arraybuffer": "^1.0.2", |
28 | | - "expo": "51.0.27", |
29 | | - "expo-build-properties": "~0.12.5", |
30 | | - "expo-camera": "~15.0.10", |
31 | | - "expo-constants": "~16.0.2", |
32 | | - "expo-crypto": "~13.0.2", |
33 | | - "expo-file-system": "^17.0.1", |
34 | | - "expo-linking": "~6.3.1", |
35 | | - "expo-router": "3.5.21", |
36 | | - "expo-secure-store": "~13.0.1", |
37 | | - "expo-splash-screen": "~0.27.4", |
38 | | - "expo-status-bar": "~1.12.1", |
39 | | - "js-logger": "^1.6.1", |
40 | | - "lodash": "^4.17.21", |
41 | | - "metro": "~0.80.8", |
42 | | - "react": "18.2.0", |
43 | | - "react-native": "0.74.5", |
| 29 | + "expo": "~52.0.33", |
| 30 | + "expo-blur": "~14.0.3", |
| 31 | + "expo-camera": "~16.0.18", |
| 32 | + "expo-constants": "~17.0.5", |
| 33 | + "expo-crypto": "~14.0.2", |
| 34 | + "expo-font": "~13.0.3", |
| 35 | + "expo-haptics": "~14.0.1", |
| 36 | + "expo-linking": "~7.0.5", |
| 37 | + "expo-router": "~4.0.17", |
| 38 | + "expo-secure-store": "^14.0.1", |
| 39 | + "expo-splash-screen": "~0.29.21", |
| 40 | + "expo-status-bar": "~2.0.1", |
| 41 | + "expo-symbols": "~0.2.2", |
| 42 | + "expo-system-ui": "~4.0.8", |
| 43 | + "expo-web-browser": "~14.0.2", |
| 44 | + "react": "18.3.1", |
| 45 | + "react-dom": "18.3.1", |
| 46 | + "react-native": "0.76.7", |
44 | 47 | "react-native-elements": "^3.4.3", |
45 | | - "react-native-encrypted-storage": "^4.0.3", |
46 | | - "react-native-gesture-handler": "~2.16.2", |
47 | | - "react-native-prompt-android": "^1.1.0", |
48 | | - "react-native-reanimated": "~3.10.0", |
49 | | - "react-native-reanimated-table": "^0.0.2", |
50 | | - "react-native-safe-area-context": "4.10.5", |
51 | | - "react-native-safe-area-view": "^1.1.1", |
52 | | - "react-native-screens": "~3.31.1", |
53 | | - "react-native-vector-icons": "^10.0.0", |
54 | | - "react-native-web": "^0.19.12", |
55 | | - "react-navigation-stack": "^2.10.4" |
| 48 | + "react-native-gesture-handler": "~2.20.2", |
| 49 | + "react-native-logs": "^5.3.0", |
| 50 | + "react-native-reanimated": "~3.16.1", |
| 51 | + "react-native-safe-area-context": "4.12.0", |
| 52 | + "react-native-screens": "~4.4.0", |
| 53 | + "react-native-web": "~0.19.13", |
| 54 | + "react-native-webview": "13.12.5", |
| 55 | + "zod": "^3.24.2" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@babel/core": "^7.24.5", |
59 | | - "@babel/plugin-transform-async-generator-functions": "^7.23.9", |
60 | | - "@babel/preset-env": "^7.23.9", |
61 | | - "@types/lodash": "^4.14.202", |
62 | | - "@types/react": "~18.2.57", |
63 | | - "babel-preset-expo": "^11.0.5", |
64 | | - "prettier": "^3.2.5", |
| 58 | + "@babel/core": "^7.25.2", |
| 59 | + "@types/jest": "^29.5.12", |
| 60 | + "@types/react": "~18.3.12", |
| 61 | + "@types/react-test-renderer": "^18.3.0", |
| 62 | + "jest": "^29.2.1", |
| 63 | + "jest-expo": "~52.0.3", |
| 64 | + "react-test-renderer": "18.3.1", |
65 | 65 | "typescript": "^5.3.3" |
66 | 66 | }, |
67 | 67 | "private": true |
|
0 commit comments