|
48 | 48 | "@react-navigation/stack": "6.2.1", |
49 | 49 | "@reduxjs/toolkit": "^1.8.1", |
50 | 50 | "@ui-kitten/components": "^5.1.2", |
51 | | - "i18next": "21.6.15", |
| 51 | + "i18next": "21.8.0", |
52 | 52 | "react": "17.0.2", |
53 | | - "react-i18next": "11.16.5", |
| 53 | + "react-i18next": "11.16.9", |
54 | 54 | "react-native": "0.67.4", |
55 | | - "react-native-flipper": "^0.142.0", |
56 | | - "react-native-gesture-handler": "^2.3.2", |
| 55 | + "react-native-flipper": "0.145.0", |
| 56 | + "react-native-gesture-handler": "2.4.2", |
57 | 57 | "react-native-localize": "2.2.1", |
58 | | - "react-native-reanimated": "2.4.1", |
59 | | - "react-native-safe-area-context": "^4.2.4", |
| 58 | + "react-native-reanimated": "2.8.0", |
| 59 | + "react-native-safe-area-context": "4.2.5", |
60 | 60 | "react-native-screens": "^3.13.1", |
61 | 61 | "react-native-splash-screen": "^3.3.0", |
62 | 62 | "react-native-svg": "^12.3.0", |
63 | 63 | "react-native-vector-icons": "^9.1.0", |
64 | 64 | "react-native-version-number": "^0.3.6", |
65 | | - "react-redux": "^7.2.8", |
| 65 | + "react-redux": "8.0.1", |
66 | 66 | "redux-flipper": "^2.0.1", |
67 | 67 | "redux-persist": "^6.0.0", |
68 | 68 | "redux-saga": "^1.1.3", |
69 | | - "typescript": "4.6.3", |
| 69 | + "typescript": "4.6.4", |
70 | 70 | "with-query": "^1.3.0" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@babel/core": "7.17.9", |
74 | | - "@babel/preset-env": "^7.16.11", |
| 73 | + "@babel/core": "7.17.10", |
| 74 | + "@babel/preset-env": "7.17.10", |
75 | 75 | "@babel/runtime": "7.17.9", |
76 | 76 | "@panz3r/react-native-toolbox": "^3.0.0", |
77 | 77 | "@react-native-community/eslint-config": "3.0.1", |
78 | | - "@react-native-community/eslint-plugin": "^1.1.0", |
| 78 | + "@react-native-community/eslint-plugin": "1.2.0", |
79 | 79 | "@trivago/prettier-plugin-sort-imports": "^3.2.0", |
80 | | - "@types/jest": "^27.4.1", |
81 | | - "@types/node": "17.0.23", |
| 80 | + "@types/jest": "27.5.0", |
| 81 | + "@types/node": "17.0.31", |
82 | 82 | "@types/react": "17.0.43", |
83 | | - "@types/react-native": "0.67.4", |
| 83 | + "@types/react-native": "0.67.6", |
84 | 84 | "@types/react-redux": "^7.1.23", |
85 | 85 | "@types/react-test-renderer": "^17.0.1", |
86 | | - "@typescript-eslint/eslint-plugin": "5.18.0", |
87 | | - "@typescript-eslint/parser": "5.18.0", |
88 | | - "babel-jest": "27.5.1", |
| 86 | + "@typescript-eslint/eslint-plugin": "5.22.0", |
| 87 | + "@typescript-eslint/parser": "5.22.0", |
| 88 | + "babel-jest": "28.1.0", |
89 | 89 | "babel-plugin-module-resolver": "^4.1.0", |
90 | 90 | "eslint": "7.32.0", |
91 | 91 | "eslint-config-prettier": "^8.5.0", |
92 | 92 | "eslint-plugin-prettier": "4.0.0", |
93 | | - "eslint-plugin-react-hooks": "^4.4.0", |
94 | | - "husky": "7.0.4", |
95 | | - "jest": "27.5.1", |
96 | | - "lint-staged": "12.3.7", |
| 93 | + "eslint-plugin-react-hooks": "4.5.0", |
| 94 | + "husky": "8.0.0", |
| 95 | + "jest": "28.1.0", |
| 96 | + "lint-staged": "12.4.1", |
97 | 97 | "madge": "^5.0.1", |
98 | | - "metro-react-native-babel-preset": "0.70.1", |
| 98 | + "metro-react-native-babel-preset": "0.70.3", |
99 | 99 | "npm-run-all": "^4.1.5", |
100 | 100 | "prettier": "2.6.2", |
101 | 101 | "pretty-quick": "^3.1.3", |
102 | 102 | "react-native-debugger-open": "^0.3.25", |
103 | | - "react-test-renderer": "17.0.2", |
| 103 | + "react-test-renderer": "18.1.0", |
104 | 104 | "remote-redux-devtools": "^0.5.16", |
105 | 105 | "shx": "^0.3.4", |
106 | | - "ts-jest": "27.1.4" |
| 106 | + "ts-jest": "28.0.2" |
107 | 107 | }, |
108 | 108 | "jest": { |
109 | 109 | "preset": "react-native" |
|
0 commit comments