|
11 | 11 | "test": "jest",
|
12 | 12 | "lint": "tsc && eslint ."
|
13 | 13 | },
|
14 |
| - "packageManager": "yarn@4.0.2", |
| 14 | + "packageManager": "yarn@4.1.1", |
15 | 15 | "engines": {
|
16 | 16 | "node": ">=18"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@react-native-async-storage/async-storage": "^1.19.1",
|
20 |
| - "@react-native-clipboard/clipboard": "^1.13.0", |
21 |
| - "@react-native-picker/picker": "^2.4.10", |
| 20 | + "@react-native-clipboard/clipboard": "^1.13.2", |
| 21 | + "@react-native-picker/picker": "^2.7.2", |
22 | 22 | "@react-navigation/bottom-tabs": "^6.5.8",
|
23 | 23 | "@react-navigation/material-top-tabs": "^6.6.3",
|
24 | 24 | "@react-navigation/native": "^6.1.7",
|
|
28 | 28 | "buffer": "^6.0.3",
|
29 | 29 | "events": "^3.3.0",
|
30 | 30 | "react": "18.2.0",
|
31 |
| - "react-native": "0.73.2", |
| 31 | + "react-native": "0.74.0-rc.5", |
32 | 32 | "react-native-crypto": "^2.2.0",
|
33 | 33 | "react-native-pager-view": "^6.2.0",
|
34 | 34 | "react-native-randombytes": "^3.6.1",
|
35 |
| - "react-native-safe-area-context": "^4.8.1", |
36 |
| - "react-native-screens": "^3.29.0", |
| 35 | + "react-native-safe-area-context": "4.10.0-rc.1", |
| 36 | + "react-native-screens": "^3.30.1", |
37 | 37 | "react-native-tab-view": "^3.5.2",
|
38 | 38 | "react-native-tcp": "github:aprock/react-native-tcp",
|
39 | 39 | "react-native-vector-icons": "^10.0.0",
|
40 |
| - "react-native-webview": "^13.6.3", |
| 40 | + "react-native-webview": "^13.8.4", |
41 | 41 | "semaphore-async-await": "^1.5.1",
|
42 | 42 | "stream-browserify": "^3.0.0",
|
43 | 43 | "zustand": "^4.3.9"
|
|
46 | 46 | "@babel/core": "^7.22.9",
|
47 | 47 | "@babel/preset-env": "^7.22.9",
|
48 | 48 | "@babel/runtime": "^7.22.6",
|
49 |
| - "@react-native/babel-preset": "0.73.19", |
50 |
| - "@react-native/eslint-config": "0.73.2", |
51 |
| - "@react-native/metro-config": "0.73.3", |
52 |
| - "@react-native/typescript-config": "0.73.1", |
| 49 | + "@react-native/babel-preset": "0.74.76", |
| 50 | + "@react-native/eslint-config": "0.74.76", |
| 51 | + "@react-native/metro-config": "0.74.76", |
| 52 | + "@react-native/typescript-config": "0.74.76", |
53 | 53 | "@types/jest": "^29.5.3",
|
54 | 54 | "@types/metro-config": "^0.76.3",
|
55 | 55 | "@types/node": "^20.4.2",
|
|
0 commit comments