|
1 | 1 | { |
2 | 2 | "name": "awesome-github-app", |
3 | | - "version": "0.0.12", |
| 3 | + "version": "0.0.13", |
4 | 4 | "private": true, |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | "dependencies": { |
70 | | - "@expo/config": "^55.0.1", |
| 70 | + "@expo/config": "^55.0.12", |
71 | 71 | "@octokit/graphql": "^9.0.3", |
72 | 72 | "@octokit/rest": "^22.0.1", |
73 | | - "@react-native-async-storage/async-storage": "^2.2.0", |
74 | | - "@tanstack/react-query": "^5.90.21", |
| 73 | + "@react-native-async-storage/async-storage": "2.2.0", |
| 74 | + "@tanstack/react-query": "^5.96.2", |
75 | 75 | "@testing-library/jest-native": "^5.4.3", |
76 | 76 | "date-fns": "^4.1.0", |
77 | 77 | "del-cli": "^7.0.0", |
78 | | - "dotenv": "^17.3.1", |
79 | | - "expo": "~55.0.5", |
80 | | - "expo-auth-session": "~55.0.7", |
81 | | - "expo-constants": "~55.0.7", |
82 | | - "expo-crypto": "~55.0.9", |
83 | | - "expo-dev-client": "~55.0.11", |
84 | | - "expo-font": "~55.0.4", |
85 | | - "expo-image": "~55.0.6", |
86 | | - "expo-linking": "~55.0.7", |
87 | | - "expo-notifications": "~55.0.11", |
88 | | - "expo-router": "~55.0.4", |
89 | | - "expo-secure-store": "~55.0.8", |
90 | | - "expo-splash-screen": "~55.0.10", |
91 | | - "expo-status-bar": "~55.0.4", |
92 | | - "expo-system-ui": "~55.0.9", |
| 78 | + "dotenv": "^17.4.0", |
| 79 | + "expo": "~55.0.11", |
| 80 | + "expo-auth-session": "~55.0.12", |
| 81 | + "expo-constants": "~55.0.11", |
| 82 | + "expo-crypto": "~55.0.12", |
| 83 | + "expo-dev-client": "~55.0.22", |
| 84 | + "expo-font": "~55.0.6", |
| 85 | + "expo-image": "~55.0.8", |
| 86 | + "expo-linking": "~55.0.11", |
| 87 | + "expo-notifications": "~55.0.16", |
| 88 | + "expo-router": "~55.0.10", |
| 89 | + "expo-secure-store": "~55.0.11", |
| 90 | + "expo-splash-screen": "~55.0.15", |
| 91 | + "expo-status-bar": "~55.0.5", |
| 92 | + "expo-system-ui": "~55.0.13", |
93 | 93 | "expo-vector-icons": "^10.0.1", |
94 | 94 | "expo-version-bump": "^1.0.2", |
95 | | - "expo-web-browser": "~55.0.9", |
| 95 | + "expo-web-browser": "~55.0.12", |
96 | 96 | "jiti": "^2.6.1", |
97 | 97 | "react": "19.2.0", |
98 | 98 | "react-dom": "19.2.0", |
99 | | - "react-native": "0.83.2", |
100 | | - "react-native-gesture-handler": "~2.30.0", |
| 99 | + "react-native": "0.83.4", |
| 100 | + "react-native-gesture-handler": "~2.30.1", |
101 | 101 | "react-native-markdown-display": "^7.0.2", |
102 | 102 | "react-native-reanimated": "4.2.1", |
103 | 103 | "react-native-safe-area-context": "~5.6.2", |
104 | 104 | "react-native-screens": "~4.23.0", |
105 | 105 | "react-native-web": "^0.21.0", |
106 | 106 | "react-native-worklets": "0.7.2", |
107 | | - "uniwind": "^1.3.2" |
| 107 | + "uniwind": "^1.6.1" |
108 | 108 | }, |
109 | 109 | "devDependencies": { |
110 | 110 | "@eslint/js": "^10.0.1", |
111 | 111 | "@testing-library/react-native": "^13.3.3", |
112 | 112 | "@types/jest": "29.5.14", |
113 | 113 | "@types/react": "~19.2.10", |
114 | 114 | "conventional-changelog-cli": "^5.0.0", |
115 | | - "eslint": "^10.0.1", |
| 115 | + "eslint": "^10.2.0", |
116 | 116 | "eslint-plugin-react": "^7.37.5", |
117 | | - "globals": "^17.3.0", |
| 117 | + "globals": "^17.4.0", |
118 | 118 | "jest": "~29.7.0", |
119 | | - "jest-expo": "~55.0.9", |
| 119 | + "jest-expo": "~55.0.13", |
120 | 120 | "minimatch": "9.0.5", |
121 | 121 | "prettier": "^3.8.1", |
122 | 122 | "prettier-plugin-organize-imports": "^4.3.0", |
123 | | - "prettier-plugin-packagejson": "^3.0.0", |
| 123 | + "prettier-plugin-packagejson": "^3.0.2", |
124 | 124 | "prettier-plugin-sort-imports": "^1.8.11", |
125 | 125 | "typescript": "~5.9.2", |
126 | | - "typescript-eslint": "^8.56.0" |
| 126 | + "typescript-eslint": "^8.58.0" |
127 | 127 | }, |
128 | 128 | "expo": { |
129 | 129 | "doctor": { |
|
0 commit comments