|
1 | 1 | { |
2 | 2 | "name": "react-native-starter", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "3.2.5", |
4 | 4 | "private": false, |
5 | 5 | "resolutions": { |
6 | 6 | "deprecated-react-native-listview": "0.0.7" |
|
19 | 19 | "e2e:test": "detox test --configuration ios.sim.debug" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@react-native-async-storage/async-storage": "^1.19.0", |
23 | | - "@react-native-community/cli": "^4.10.1", |
24 | | - "@react-native-community/masked-view": "^0.1.9", |
| 22 | + "@react-native-async-storage/async-storage": "^1.24.0", |
| 23 | + "@react-native-community/cli": "^4.14.0", |
| 24 | + "@react-native-community/masked-view": "^0.1.11", |
25 | 25 | "@react-native-community/toolbar-android": "^0.2.1", |
26 | | - "@react-navigation/bottom-tabs": "^5.2.6", |
27 | | - "@react-navigation/drawer": "^5.4.1", |
28 | | - "@react-navigation/native": "^5.1.5", |
29 | | - "@react-navigation/stack": "^5.2.10", |
| 26 | + "@react-navigation/bottom-tabs": "^5.11.15", |
| 27 | + "@react-navigation/drawer": "^5.12.9", |
| 28 | + "@react-navigation/native": "^5.9.8", |
| 29 | + "@react-navigation/stack": "^5.14.9", |
30 | 30 | "global": "^4.4.0", |
31 | | - "i18n-js": "^3.2.1", |
32 | | - "jetifier": "^1.6.5", |
| 31 | + "i18n-js": "^3.9.2", |
| 32 | + "jetifier": "^1.6.8", |
33 | 33 | "lodash": "^4.17.21", |
34 | 34 | "moment": "2.29.4", |
35 | 35 | "react": "18.2.0", |
36 | 36 | "react-native": "0.73.1", |
37 | 37 | "react-native-calendars": "1.1299.0", |
38 | | - "react-native-gesture-handler": "^1.5.0", |
| 38 | + "react-native-gesture-handler": "^1.10.3", |
39 | 39 | "react-native-gifted-chat": "^0.11.3", |
40 | 40 | "react-native-lightbox": "^0.8.0", |
41 | | - "react-native-linear-gradient": "^2.5.6", |
42 | | - "react-native-localize": "^1.3.1", |
| 41 | + "react-native-linear-gradient": "^2.8.3", |
| 42 | + "react-native-localize": "^1.4.3", |
43 | 43 | "react-native-modal": "^9.0.0", |
44 | 44 | "react-native-modal-datetime-picker": "^6.0.0", |
45 | 45 | "react-native-modal-dropdown": "1.0.2", |
46 | | - "react-native-paper": "^3.1.1", |
| 46 | + "react-native-paper": "^3.12.0", |
47 | 47 | "react-native-reanimated": "^1.13.4", |
48 | 48 | "react-native-safe-area-context": "^0.7.3", |
49 | | - "react-native-screens": "^2.5.0", |
| 49 | + "react-native-screens": "^2.18.1", |
50 | 50 | "react-native-ui-lib": "^3.39.0", |
51 | | - "react-native-vector-icons": "^10.0.3", |
| 51 | + "react-native-vector-icons": "^10.2.0", |
52 | 52 | "react-redux": "^6.0.1", |
53 | 53 | "recompose": "^0.30.0", |
54 | 54 | "redux": "^4.2.1", |
55 | 55 | "redux-logger": "^3.0.6", |
56 | 56 | "redux-persist": "^5.10.0", |
57 | 57 | "redux-promise": "^0.6.0", |
58 | | - "redux-thunk": "^2.3.0", |
| 58 | + "redux-thunk": "^2.4.2", |
59 | 59 | "victory-native": "^31.0.0" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | | - "@babel/core": "^7.20.0", |
63 | | - "@babel/preset-env": "^7.20.0", |
64 | | - "@babel/preset-flow": "^7.0.0", |
65 | | - "@babel/runtime": "^7.20.0", |
| 62 | + "@babel/core": "^7.26.0", |
| 63 | + "@babel/preset-env": "^7.26.0", |
| 64 | + "@babel/preset-flow": "^7.25.9", |
| 65 | + "@babel/runtime": "^7.26.0", |
66 | 66 | "@react-native-community/eslint-config": "^0.0.3", |
67 | | - "@react-native/babel-preset": "^0.73.18", |
68 | | - "@react-native/eslint-config": "^0.73.1", |
69 | | - "@react-native/metro-config": "^0.73.2", |
| 67 | + "@react-native/babel-preset": "^0.73.21", |
| 68 | + "@react-native/eslint-config": "^0.73.2", |
| 69 | + "@react-native/metro-config": "^0.73.5", |
70 | 70 | "@react-native/typescript-config": "^0.73.1", |
71 | | - "@types/react": "^18.2.6", |
72 | | - "@types/react-test-renderer": "^18.0.0", |
| 71 | + "@types/react": "^18.3.12", |
| 72 | + "@types/react-test-renderer": "^18.3.0", |
73 | 73 | "babel-eslint": "^10.0.1", |
74 | 74 | "babel-jest": "^29.6.3", |
75 | 75 | "danger": "^7.0.2", |
76 | 76 | "enzyme": "^3.7.0", |
77 | | - "enzyme-adapter-react-16": "^1.7.0", |
78 | | - "eslint": "^8.19.0", |
| 77 | + "enzyme-adapter-react-16": "^1.15.8", |
| 78 | + "eslint": "^8.57.1", |
79 | 79 | "eslint-config-airbnb": "^17.1.0", |
80 | 80 | "eslint-config-prettier": "^3.6.0", |
81 | | - "eslint-plugin-import": "^2.27.5", |
82 | | - "eslint-plugin-jsx-a11y": "^6.1.2", |
83 | | - "eslint-plugin-react": "^7.11.1", |
| 81 | + "eslint-plugin-import": "^2.31.0", |
| 82 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 83 | + "eslint-plugin-react": "^7.37.2", |
84 | 84 | "flow-bin": "^0.105.0", |
85 | 85 | "jest": "^29.6.3", |
86 | 86 | "jsdom": "13.0.0", |
87 | 87 | "jsdom-global": "3.0.2", |
88 | 88 | "metro-react-native-babel-preset": "0.76.7", |
89 | | - "plop": "^2.2.0", |
| 89 | + "plop": "^2.7.6", |
90 | 90 | "prettier": "2.8.8", |
91 | 91 | "react-addons-test-utils": "^15.6.2", |
92 | 92 | "react-dom": "^16.6.3", |
|
0 commit comments