|
8 | 8 | "build": "tsc --noEmit", |
9 | 9 | "lint": "tsc --noEmit", |
10 | 10 | "test": "jest --runInBand --passWithNoTests", |
11 | | - "eas:build": "eas build -p android --profile production" |
| 11 | + "eas:build": "eas build -p android --profile production" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@expo/vector-icons": "^14.1.0", |
| 14 | + "@expo/vector-icons": "^15.0.3", |
15 | 15 | "@fairshare/shared-types": "workspace:*", |
16 | 16 | "@react-native-community/netinfo": "^11.4.1", |
17 | 17 | "@react-navigation/bottom-tabs": "^7.4.7", |
|
20 | 20 | "axios": "^1.8.2", |
21 | 21 | "expo": "^54.0.33", |
22 | 22 | "expo-constants": "~18.0.10", |
23 | | - "expo-haptics": "~14.0.1", |
24 | | - "expo-linear-gradient": "~14.1.5", |
| 23 | + "expo-haptics": "~15.0.8", |
| 24 | + "expo-linear-gradient": "~15.0.8", |
25 | 25 | "expo-secure-store": "^15.0.8", |
26 | 26 | "expo-status-bar": "~3.0.9", |
27 | | - "lottie-react-native": "~7.2.2", |
| 27 | + "lottie-react-native": "~7.3.1", |
28 | 28 | "react": "19.1.0", |
29 | 29 | "react-dom": "19.1.0", |
30 | 30 | "react-hook-form": "^7.55.0", |
31 | | - "react-native": "0.81.4", |
| 31 | + "react-native": "0.81.5", |
32 | 32 | "react-native-gesture-handler": "~2.28.0", |
33 | 33 | "react-native-paper": "^5.14.5", |
34 | 34 | "react-native-reanimated": "~4.1.1", |
|
38 | 38 | "react-native-screens": "^4.16.0", |
39 | 39 | "socket.io-client": "^4.8.1", |
40 | 40 | "zustand": "^5.0.3", |
41 | | - "expo-notifications": "~0.29.14", |
42 | | - "expo-image": "~2.4.0", |
43 | | - "sentry-expo": "^7.2.0", |
| 41 | + "expo-notifications": "~0.32.16", |
| 42 | + "expo-image": "~3.0.11", |
| 43 | + "sentry-expo": "~7.0.0", |
44 | 44 | "react-native-skeleton-placeholder": "^5.2.4" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@testing-library/react-native": "^13.3.3", |
48 | 48 | "@types/jest": "^29.5.12", |
49 | | - "@types/react": "^19.0.7", |
| 49 | + "@types/react": "~19.1.10", |
50 | 50 | "jest": "^29.7.0", |
51 | 51 | "jest-expo": "~54.0.11", |
52 | 52 | "react-test-renderer": "19.1.0", |
|
0 commit comments