|
29 | 29 | "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "axios": "0.26.1", |
| 32 | + "axios": "1.1.0", |
33 | 33 | "lodash": "4.17.21",
|
34 | 34 | "object-hash": "3.0.0"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 | 37 | "@babel/core": "7.17.9",
|
38 | 38 | "@babel/runtime": "7.17.9",
|
39 |
| - "@react-native-community/cli": "7.0.3", |
| 39 | + "@react-native-community/cli": "9.1.3", |
40 | 40 | "@react-native-community/eslint-config": "3.0.1",
|
41 | 41 | "@react-navigation/devtools": "6.0.7",
|
42 | 42 | "@react-navigation/native": "6.0.10",
|
43 | 43 | "@react-navigation/stack": "6.2.1",
|
44 |
| - "@types/jest": "27.4.1", |
| 44 | + "@types/jest": "29.1.2", |
45 | 45 | "@types/lodash": "4.14.182",
|
46 | 46 | "@types/react": "18.0.6",
|
47 | 47 | "@types/react-native": "0.67.4",
|
48 | 48 | "@types/react-test-renderer": "18.0.0",
|
49 | 49 | "@typescript-eslint/eslint-plugin": "5.19.0",
|
50 | 50 | "@typescript-eslint/parser": "5.19.0",
|
51 |
| - "babel-jest": "27.5.1", |
| 51 | + "babel-jest": "29.1.2", |
52 | 52 | "coveralls": "3.1.1",
|
53 | 53 | "eslint": "8.13.0",
|
54 | 54 | "eslint-plugin-react": "7.29.2",
|
55 |
| - "jest": "27.5.1", |
| 55 | + "jest": "29.1.2", |
56 | 56 | "metro": "0.70.1",
|
57 | 57 | "metro-react-native-babel-preset": "0.70.1",
|
58 | 58 | "react": "18.0.0",
|
|
62 | 62 | "react-native-gesture-handler": "2.4.0",
|
63 | 63 | "react-native-reanimated": "2.8.0",
|
64 | 64 | "react-native-safe-area": "0.5.1",
|
65 |
| - "react-native-safe-area-context": "3.4.1", |
| 65 | + "react-native-safe-area-context": "4.4.1", |
66 | 66 | "react-native-screens": "3.13.0",
|
67 | 67 | "react-native-unimodules": "0.14.10",
|
68 | 68 | "react-native-web": "0.17.6",
|
|
0 commit comments