|
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | 41 | "@expo/metro-runtime": "^3.2.3", |
42 | | - "@gorhom/bottom-sheet": "^4.6.3", |
43 | | - "@hookform/resolvers": "^2.9.11", |
44 | | - "@react-navigation/bottom-tabs": "^6.5.20", |
45 | | - "@react-navigation/native": "^6.1.17", |
46 | | - "@react-navigation/native-stack": "^6.9.26", |
| 42 | + "@gorhom/bottom-sheet": "4.6.3", |
| 43 | + "@hookform/resolvers": "^3.9.0", |
47 | 44 | "@shopify/flash-list": "1.6.4", |
48 | | - "@tanstack/react-query": "^5.37.1", |
| 45 | + "@tanstack/react-query": "^5.52.1", |
49 | 46 | "app-icon-badge": "^0.0.15", |
50 | | - "axios": "^1.7.1", |
| 47 | + "axios": "^1.7.5", |
51 | 48 | "expo": "~51.0.31", |
52 | 49 | "expo-constants": "~16.0.2", |
53 | 50 | "expo-dev-client": "~4.0.25", |
54 | 51 | "expo-font": "~12.0.9", |
55 | | - "expo-image": "~1.12.14", |
| 52 | + "expo-image": "~1.12.15", |
56 | 53 | "expo-linking": "~6.3.1", |
57 | 54 | "expo-localization": "~15.0.3", |
58 | 55 | "expo-router": "~3.5.23", |
59 | 56 | "expo-splash-screen": "0.27.5", |
60 | 57 | "expo-status-bar": "~1.12.1", |
61 | 58 | "expo-system-ui": "~3.0.7", |
62 | | - "i18next": "^22.5.1", |
| 59 | + "i18next": "^23.14.0", |
63 | 60 | "lodash.memoize": "^4.1.2", |
64 | | - "moti": "^0.28.1", |
65 | | - "nativewind": "^4.0.36", |
| 61 | + "moti": "^0.29.0", |
| 62 | + "nativewind": "^4.1.1", |
66 | 63 | "react": "18.2.0", |
67 | 64 | "react-dom": "18.2.0", |
68 | | - "react-error-boundary": "^3.1.4", |
69 | | - "react-hook-form": "^7.51.4", |
70 | | - "react-i18next": "^12.3.1", |
| 65 | + "react-error-boundary": "^4.0.13", |
| 66 | + "react-hook-form": "^7.53.0", |
| 67 | + "react-i18next": "^15.0.1", |
71 | 68 | "react-native": "0.74.5", |
72 | 69 | "react-native-flash-message": "^0.4.2", |
73 | 70 | "react-native-gesture-handler": "~2.16.2", |
74 | 71 | "react-native-keyboard-controller": "^1.13.2", |
75 | | - "react-native-mmkv": "2.6.3", |
| 72 | + "react-native-mmkv": "~2.12.2", |
76 | 73 | "react-native-reanimated": "~3.10.1", |
77 | 74 | "react-native-restart": "0.0.27", |
78 | 75 | "react-native-safe-area-context": "4.10.5", |
79 | 76 | "react-native-screens": "~3.31.1", |
80 | | - "react-native-svg": "15.2.0", |
81 | | - "react-native-web": "~0.19.11", |
| 77 | + "react-native-svg": "~15.2.0", |
| 78 | + "react-native-web": "~0.19.12", |
82 | 79 | "react-query-kit": "^3.3.0", |
83 | | - "tailwind-variants": "^0.1.20", |
| 80 | + "tailwind-variants": "^0.2.1", |
84 | 81 | "zod": "^3.23.8", |
85 | | - "zustand": "^4.5.2" |
| 82 | + "zustand": "^4.5.5" |
86 | 83 | }, |
87 | 84 | "devDependencies": { |
88 | 85 | "@babel/core": "^7.24.5", |
89 | 86 | "@commitlint/cli": "^17.8.1", |
90 | 87 | "@commitlint/config-conventional": "^17.8.1", |
91 | | - "@dev-plugins/react-navigation": "^0.0.6", |
92 | | - "@dev-plugins/react-query": "^0.0.6", |
| 88 | + "@dev-plugins/react-query": "^0.0.7", |
93 | 89 | "@expo/config": "~9.0.2", |
94 | | - "@react-native-community/eslint-config": "^3.2.0", |
95 | | - "@testing-library/jest-dom": "^5.17.0", |
96 | | - "@testing-library/react-native": "^12.5.0", |
| 90 | + "@testing-library/jest-dom": "^6.5.0", |
| 91 | + "@testing-library/react-native": "^12.6.0", |
97 | 92 | "@types/i18n-js": "^3.8.9", |
98 | 93 | "@types/jest": "^29.5.12", |
99 | 94 | "@types/lodash.memoize": "^4.1.9", |
100 | 95 | "@types/react": "~18.2.79", |
101 | | - "@types/react-test-renderer": "^18.3.0", |
102 | 96 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
103 | 97 | "@typescript-eslint/parser": "^5.62.0", |
104 | 98 | "babel-plugin-module-resolver": "^5.0.2", |
105 | 99 | "cross-env": "^7.0.3", |
106 | 100 | "dotenv": "^16.4.5", |
107 | 101 | "eslint": "^8.57.0", |
| 102 | + "eslint-config-expo": "^7.1.2", |
| 103 | + "eslint-config-prettier": "^9.1.0", |
108 | 104 | "eslint-plugin-i18n-json": "^4.0.0", |
| 105 | + "eslint-plugin-prettier": "^5.2.1", |
109 | 106 | "eslint-plugin-simple-import-sort": "^10.0.0", |
110 | 107 | "eslint-plugin-tailwindcss": "^3.15.2", |
111 | 108 | "eslint-plugin-testing-library": "^6.2.2", |
|
119 | 116 | "lint-staged": "^13.3.0", |
120 | 117 | "metro-babel-register": "^0.73.10", |
121 | 118 | "np": "^7.7.0", |
122 | | - "prettier": "^2.8.8", |
123 | | - "react-test-renderer": "^18.3.1", |
| 119 | + "prettier": "^3.3.3", |
124 | 120 | "tailwindcss": "3.3.2", |
125 | 121 | "ts-jest": "^29.1.2", |
126 | 122 | "typescript": "^5.3.3" |
|
0 commit comments