|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "scripts": {
|
5 | 5 | "start": "expo start",
|
| 6 | + "start:tunnel": "expo start --tunnel", |
6 | 7 | "reset-project": "node ./scripts/reset-project.js",
|
7 | 8 | "android": "expo start --android",
|
8 | 9 | "ios": "expo start --ios",
|
|
20 | 21 | },
|
21 | 22 | "dependencies": {
|
22 | 23 | "@expo/vector-icons": "^14.0.2",
|
23 |
| - "@react-navigation/native": "^6.0.2", |
24 |
| - "@shopify/flash-list": "^1.7.2", |
25 |
| - "wallet_state":"1.0.0", |
26 |
| - "expo": "~51.0.39", |
27 |
| - "expo-constants": "~16.0.2", |
28 |
| - "expo-font": "~12.0.10", |
29 |
| - "expo-linking": "~6.3.1", |
30 |
| - "expo-router": "~3.5.24", |
31 |
| - "expo-splash-screen": "~0.27.7", |
32 |
| - "expo-status-bar": "~1.12.1", |
33 |
| - "expo-system-ui": "~3.0.7", |
34 |
| - "expo-web-browser": "~13.0.3", |
| 24 | + "@react-native/virtualized-lists": "^0.77.1", |
| 25 | + "@react-navigation/native": "^7.0.14", |
| 26 | + "@shopify/flash-list": "1.7.3", |
| 27 | + "expo": "^52.0.35", |
| 28 | + "expo-constants": "~17.0.6", |
| 29 | + "expo-font": "~13.0.3", |
| 30 | + "expo-linking": "~7.0.5", |
| 31 | + "expo-router": "~4.0.17", |
| 32 | + "expo-splash-screen": "~0.29.22", |
| 33 | + "expo-status-bar": "~2.0.1", |
| 34 | + "expo-system-ui": "~4.0.8", |
| 35 | + "expo-web-browser": "~14.0.2", |
35 | 36 | "jotai": "^2.9.0",
|
36 | 37 | "prettier": "^3.3.2",
|
37 | 38 | "react": "18.3.1",
|
38 | 39 | "react-dom": "18.3.1",
|
39 |
| - "react-native": "0.74.5", |
40 |
| - "react-native-gesture-handler": "~2.16.1", |
| 40 | + "react-native": "0.76.7", |
| 41 | + "react-native-gesture-handler": "~2.20.2", |
41 | 42 | "react-native-paper": "^5.12.3",
|
42 |
| - "react-native-reanimated": "~3.10.1", |
43 |
| - "react-native-safe-area-context": "4.10.5", |
44 |
| - "react-native-screens": "3.31.1", |
45 |
| - "react-native-svg": "15.2.0", |
| 43 | + "react-native-reanimated": "~3.16.1", |
| 44 | + "react-native-safe-area-context": "4.12.0", |
| 45 | + "react-native-screens": "~4.4.0", |
| 46 | + "react-native-svg": "15.8.0", |
46 | 47 | "react-native-svg-transformer": "^1.5.0",
|
47 |
| - "react-native-web": "~0.19.10" |
| 48 | + "react-native-web": "~0.19.10", |
| 49 | + "wallet_state": "1.0.0" |
48 | 50 | },
|
49 | 51 | "devDependencies": {
|
50 | 52 | "@babel/core": "^7.20.0",
|
51 | 53 | "@babel/eslint-parser": "^7.5.4",
|
52 | 54 | "@types/jest": "^29.5.12",
|
53 |
| - "@types/react": "~18.2.79", |
| 55 | + "@types/react": "~18.3.12", |
54 | 56 | "@types/react-test-renderer": "^18.0.7",
|
55 | 57 | "@typescript-eslint/parser": "^7.16.0",
|
56 | 58 | "eslint": "^8.57.0",
|
57 |
| - "eslint-config-expo": "^7.1.2", |
| 59 | + "eslint-config-expo": "~8.0.1", |
58 | 60 | "eslint-config-prettier": "^9.1.0",
|
59 | 61 | "eslint-import-resolver-typescript": "^3.6.1",
|
60 | 62 | "eslint-plugin-prettier": "^5.1.3",
|
61 | 63 | "jest": "^29.2.1",
|
62 |
| - "jest-expo": "~51.0.4", |
| 64 | + "jest-expo": "~52.0.4", |
63 | 65 | "lint-staged": "^15.2.7",
|
64 | 66 | "prettier": "^3.3.2",
|
65 | 67 | "react-test-renderer": "18.2.0",
|
|
0 commit comments