|
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "crypto-browserify": "^3.12.1", |
16 | | - "expo": "^53.0.8", |
17 | | - "expo-splash-screen": "~0.30.8", |
| 16 | + "expo": "^53.0.10", |
| 17 | + "expo-splash-screen": "~0.30.9", |
18 | 18 | "expo-status-bar": "~2.2.3", |
19 | 19 | "react": "19.0.0", |
20 | 20 | "react-dom": "19.0.0", |
21 | | - "react-native": "0.79.2", |
22 | | - "react-native-paper": "^5.14.0", |
23 | | - "react-native-safe-area-context": "^5.4.0", |
| 21 | + "react-native": "0.79.3", |
| 22 | + "react-native-paper": "^5.14.5", |
| 23 | + "react-native-safe-area-context": "^5.4.1", |
24 | 24 | "react-native-web": "~0.20.0", |
25 | 25 | "stream-browserify": "^3.0.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@babel/core": "^7.27.1", |
| 28 | + "@babel/core": "^7.27.4", |
29 | 29 | "@expo/webpack-config": "^19.0.1", |
30 | 30 | "babel-loader": "^10.0.0", |
31 | 31 | "babel-plugin-module-resolver": "^5.0.2" |
| 32 | + }, |
| 33 | + "expo": { |
| 34 | + "doctor": { |
| 35 | + "reactNativeDirectoryCheck": { |
| 36 | + "exclude": [ |
| 37 | + "crypto-browserify", |
| 38 | + "stream-browserify" |
| 39 | + ], |
| 40 | + "listUnknownPackages": false |
| 41 | + } |
| 42 | + }, |
| 43 | + "install": { |
| 44 | + "exclude": [ |
| 45 | + "react-native-safe-area-context" |
| 46 | + ] |
| 47 | + } |
32 | 48 | } |
33 | 49 | } |
0 commit comments