|
9 | 9 | "web": "expo start --web" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@expo/metro-runtime": "~5.0.4", |
13 | | - "@op-engineering/op-sqlite": "^14.0.3", |
| 12 | + "@expo/metro-runtime": "~55.0.0", |
| 13 | + "@op-engineering/op-sqlite": "^15.2.7", |
14 | 14 | "@react-native-rag/executorch": "workspace:packages/executorch", |
15 | 15 | "@react-native-rag/op-sqlite": "workspace:packages/op-sqlite", |
16 | | - "expo": "~53.0.9", |
17 | | - "expo-status-bar": "~2.2.3", |
18 | | - "react": "19.0.0", |
19 | | - "react-dom": "19.0.0", |
20 | | - "react-native": "0.79.2", |
21 | | - "react-native-executorch": "0.8.0-nightly-48610bf-20260324", |
22 | | - "react-native-executorch-expo-resource-fetcher": "0.8.0-rc3-nightly-48610bf-20260324", |
| 16 | + "expo": "~55.0.0", |
| 17 | + "expo-asset": "~55.0.10", |
| 18 | + "expo-file-system": "~55.0.11", |
| 19 | + "expo-status-bar": "~55.0.4", |
| 20 | + "react": "19.2.0", |
| 21 | + "react-dom": "19.2.0", |
| 22 | + "react-native": "0.83.2", |
| 23 | + "react-native-executorch": "^0.8.0", |
| 24 | + "react-native-executorch-expo-resource-fetcher": "^0.8.0", |
23 | 25 | "react-native-rag": "workspace:*", |
24 | | - "react-native-safe-area-context": "^5.4.1", |
25 | | - "react-native-svg": "15.11.2", |
26 | | - "react-native-web": "~0.20.0" |
| 26 | + "react-native-safe-area-context": "~5.6.2", |
| 27 | + "react-native-svg": "15.15.3", |
| 28 | + "react-native-web": "^0.21.0" |
27 | 29 | }, |
28 | 30 | "op-sqlite": { |
29 | | - "libsql": true, |
30 | | - "sqliteVec": true |
| 31 | + "libsql": true |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | 34 | "@babel/core": "^7.20.0", |
|
0 commit comments