|
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | "dependencies": { |
70 | | - "@expo/config": "^55.0.15", |
| 70 | + "@expo/config": "^56.0.0", |
| 71 | + "@expo/vector-icons": "^15.0.2", |
71 | 72 | "@octokit/graphql": "^9.0.3", |
72 | 73 | "@octokit/rest": "^22.0.1", |
73 | 74 | "@react-native-async-storage/async-storage": "2.2.0", |
|
76 | 77 | "date-fns": "^4.1.0", |
77 | 78 | "del-cli": "^7.0.0", |
78 | 79 | "dotenv": "^17.4.2", |
79 | | - "expo": "~55.0.18", |
80 | | - "expo-auth-session": "~55.0.15", |
81 | | - "expo-constants": "~55.0.15", |
82 | | - "expo-crypto": "~55.0.14", |
83 | | - "expo-dev-client": "~55.0.28", |
84 | | - "expo-font": "~55.0.6", |
85 | | - "expo-image": "~55.0.9", |
86 | | - "expo-linking": "~55.0.14", |
87 | | - "expo-notifications": "~55.0.21", |
88 | | - "expo-router": "~55.0.13", |
89 | | - "expo-secure-store": "~55.0.13", |
90 | | - "expo-splash-screen": "~55.0.19", |
91 | | - "expo-status-bar": "~55.0.5", |
92 | | - "expo-system-ui": "~55.0.16", |
| 80 | + "expo": "^56.0.12", |
| 81 | + "expo-auth-session": "~56.0.14", |
| 82 | + "expo-constants": "~56.0.18", |
| 83 | + "expo-crypto": "~56.0.4", |
| 84 | + "expo-dev-client": "~56.0.20", |
| 85 | + "expo-font": "~56.0.7", |
| 86 | + "expo-image": "~56.0.11", |
| 87 | + "expo-linking": "~56.0.14", |
| 88 | + "expo-notifications": "~56.0.18", |
| 89 | + "expo-router": "~56.2.11", |
| 90 | + "expo-secure-store": "~56.0.4", |
| 91 | + "expo-splash-screen": "~56.0.10", |
| 92 | + "expo-status-bar": "~56.0.4", |
| 93 | + "expo-system-ui": "~56.0.5", |
93 | 94 | "expo-vector-icons": "^10.0.1", |
94 | 95 | "expo-version-bump": "^1.0.2", |
95 | | - "expo-web-browser": "~55.0.14", |
| 96 | + "expo-web-browser": "~56.0.5", |
96 | 97 | "jiti": "^2.6.1", |
97 | | - "react": "19.2.0", |
98 | | - "react-dom": "19.2.0", |
99 | | - "react-native": "0.83.6", |
100 | | - "react-native-gesture-handler": "~2.30.0", |
| 98 | + "react": "19.2.3", |
| 99 | + "react-dom": "19.2.3", |
| 100 | + "react-native": "0.85.3", |
| 101 | + "react-native-gesture-handler": "~2.31.1", |
101 | 102 | "react-native-markdown-display": "^7.0.2", |
102 | | - "react-native-reanimated": "4.2.1", |
103 | | - "react-native-safe-area-context": "~5.6.2", |
104 | | - "react-native-screens": "~4.23.0", |
| 103 | + "react-native-reanimated": "4.3.1", |
| 104 | + "react-native-safe-area-context": "~5.7.0", |
| 105 | + "react-native-screens": "4.25.2", |
105 | 106 | "react-native-web": "^0.21.0", |
106 | | - "react-native-worklets": "0.7.4", |
| 107 | + "react-native-worklets": "0.8.3", |
107 | 108 | "uniwind": "^1.6.2" |
108 | 109 | }, |
109 | 110 | "devDependencies": { |
|
116 | 117 | "eslint-plugin-react": "^7.37.5", |
117 | 118 | "globals": "^17.5.0", |
118 | 119 | "jest": "~29.7.0", |
119 | | - "jest-expo": "~55.0.16", |
| 120 | + "jest-expo": "~56.0.5", |
120 | 121 | "minimatch": "10.2.5", |
121 | 122 | "prettier": "^3.8.2", |
122 | 123 | "prettier-plugin-organize-imports": "^4.3.0", |
123 | 124 | "prettier-plugin-packagejson": "^3.0.2", |
124 | 125 | "prettier-plugin-sort-imports": "^1.8.11", |
125 | | - "typescript": "~5.9.2", |
| 126 | + "typescript": "~6.0.3", |
126 | 127 | "typescript-eslint": "^8.58.2" |
127 | 128 | }, |
128 | 129 | "expo": { |
|
0 commit comments