|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 | 13 | "react": "18.0.0",
|
14 |
| - "react-native": "0.70.6" |
| 14 | + "react-native": "0.72.1" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
| 17 | + "@react-native/metro-config": "~0.72.9", |
| 18 | + "@react-native-camera-roll/camera-roll": "5.3.1", |
| 19 | + "@react-native-community/masked-view": "~0.1.11", |
| 20 | + "@react-navigation/native": "~6.0.11", |
| 21 | + "@react-navigation/stack": "~6.2.2", |
| 22 | + "@uiw/react-native": "4.0.11", |
| 23 | + "@uiw/react-native-image-picker": "4.0.11", |
| 24 | + "react": "18.0.0", |
| 25 | + "react-native": "0.69.7", |
| 26 | + "react-native-gesture-handler": "~2.5.0", |
| 27 | + "react-native-image-picker": "^5.3.1", |
| 28 | + "react-native-image-viewing": "~0.2.2", |
| 29 | + "react-native-safe-area-context": "~4.3.1", |
| 30 | + "react-native-screens": "~3.15.0", |
| 31 | + "react-native-svg": "13.9.0", |
17 | 32 | "@babel/core": "^7.20.7",
|
18 | 33 | "@babel/runtime": "^7.20.7",
|
19 | 34 | "@react-native-community/eslint-config": "^2.0.0",
|
20 |
| - "@testing-library/react-native": "^11.5.0", |
| 35 | + "@testing-library/react-native": "^12.1.2", |
21 | 36 | "@tsconfig/react-native": "^2.0.2",
|
22 |
| - "@types/jest": "^29.2.5", |
| 37 | + "@types/jest": "^29.5.3", |
23 | 38 | "@types/react": "^18.0.21",
|
24 | 39 | "@types/react-native": "^0.70.6",
|
25 | 40 | "@types/react-test-renderer": "^18.0.0",
|
26 | 41 | "@typescript-eslint/eslint-plugin": "^5.37.0",
|
27 | 42 | "@typescript-eslint/parser": "^5.37.0",
|
28 |
| - "@uiw/react-native": "4.0.10", |
29 |
| - "@uimjs/metro-config": "^1.0.2", |
| 43 | + "@uimjs/metro-config": "^2.0.1", |
30 | 44 | "@shopify/restyle": "~2.4.2",
|
31 | 45 | "eslint": "^7.32.0",
|
32 |
| - "jest": "^29.3.1", |
| 46 | + "jest": "^29.6.1", |
33 | 47 | "metro-react-native-babel-preset": "0.72.3",
|
34 |
| - "react-test-renderer": "18.1.0", |
| 48 | + "react-test-renderer": "18.2.0", |
35 | 49 | "typescript": "^4.8.3",
|
36 | 50 | "@types/color": "~3.0.3",
|
37 | 51 | "@types/lodash": "~4.14.191",
|
|
41 | 55 | "color": "4.2.3",
|
42 | 56 | "lodash": "4.17.21",
|
43 | 57 | "prop-types": "15.7.2",
|
44 |
| - "react-native-gesture-handler": "2.8.0", |
45 |
| - "react-native-root-siblings": "4.1.1", |
46 |
| - "react-native-svg": "13.9.0" |
| 58 | + "react-native-root-siblings": "4.1.1" |
47 | 59 | },
|
48 | 60 | "jest": {
|
49 |
| - "setupFiles": [ |
| 61 | + "setupFilesAfterEnv": [ |
50 | 62 | "./mock.js"
|
51 | 63 | ],
|
52 | 64 | "preset": "react-native",
|
|
0 commit comments