|
29 | 29 | "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "axios": "0.25.0", |
| 32 | + "axios": "0.26.1", |
33 | 33 | "lodash": "4.17.21",
|
34 | 34 | "object-hash": "2.2.0"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "7.16.12", |
38 |
| - "@babel/runtime": "7.16.7", |
| 37 | + "@babel/core": "7.17.7", |
| 38 | + "@babel/runtime": "7.17.7", |
39 | 39 | "@react-native-community/cli": "6.4.0",
|
40 | 40 | "@react-native-community/eslint-config": "3.0.1",
|
41 | 41 | "@react-navigation/devtools": "6.0.5",
|
42 |
| - "@react-navigation/native": "6.0.7", |
43 |
| - "@react-navigation/stack": "6.1.0", |
44 |
| - "@types/jest": "27.4.0", |
45 |
| - "@types/lodash": "4.14.178", |
46 |
| - "@types/react": "17.0.38", |
47 |
| - "@types/react-native": "0.66.15", |
| 42 | + "@react-navigation/native": "6.0.8", |
| 43 | + "@react-navigation/stack": "6.1.1", |
| 44 | + "@types/jest": "27.4.1", |
| 45 | + "@types/lodash": "4.14.180", |
| 46 | + "@types/react": "17.0.40", |
| 47 | + "@types/react-native": "0.67.3", |
48 | 48 | "@types/react-test-renderer": "17.0.1",
|
49 |
| - "@typescript-eslint/eslint-plugin": "5.10.2", |
50 |
| - "@typescript-eslint/parser": "5.10.2", |
51 |
| - "babel-jest": "27.4.6", |
| 49 | + "@typescript-eslint/eslint-plugin": "5.15.0", |
| 50 | + "@typescript-eslint/parser": "5.15.0", |
| 51 | + "babel-jest": "27.5.1", |
52 | 52 | "coveralls": "3.1.1",
|
53 |
| - "eslint": "8.8.0", |
54 |
| - "eslint-plugin-react": "7.28.0", |
55 |
| - "jest": "27.4.7", |
56 |
| - "metro": "0.67.0", |
57 |
| - "metro-react-native-babel-preset": "0.67.0", |
| 53 | + "eslint": "8.11.0", |
| 54 | + "eslint-plugin-react": "7.29.4", |
| 55 | + "jest": "27.5.1", |
| 56 | + "metro": "0.69.1", |
| 57 | + "metro-react-native-babel-preset": "0.69.1", |
58 | 58 | "react": "17.0.2",
|
59 | 59 | "react-dom": "17.0.2",
|
60 |
| - "react-native": "0.67.2", |
| 60 | + "react-native": "0.67.3", |
61 | 61 | "react-native-builder-bob": "0.18.2",
|
62 |
| - "react-native-gesture-handler": "2.2.0", |
| 62 | + "react-native-gesture-handler": "2.3.2", |
63 | 63 | "react-native-reanimated": "2.2.4",
|
64 | 64 | "react-native-safe-area": "0.5.1",
|
65 |
| - "react-native-safe-area-context": "3.3.2", |
66 |
| - "react-native-screens": "3.10.2", |
| 65 | + "react-native-safe-area-context": "3.4.1", |
| 66 | + "react-native-screens": "3.13.1", |
67 | 67 | "react-native-unimodules": "0.14.10",
|
68 |
| - "react-native-web": "0.17.5", |
| 68 | + "react-native-web": "0.17.7", |
69 | 69 | "react-redux": "7.2.6",
|
70 | 70 | "react-test-renderer": "17.0.2",
|
71 | 71 | "redux": "4.1.2",
|
72 | 72 | "reselect": "4.1.5",
|
73 |
| - "typescript": "4.5.5" |
| 73 | + "typescript": "4.6.2" |
74 | 74 | },
|
75 | 75 | "peerDependencies": {
|
76 | 76 | "@react-navigation/native": "6.0.8",
|
|
0 commit comments