Skip to content

Commit 6d867fd

Browse files
committed
fix: expo doctor warnings
1 parent 9b8b1e7 commit 6d867fd

File tree

2 files changed

+489
-521
lines changed

2 files changed

+489
-521
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@
7171
"app-icon-badge": "^0.1.2",
7272
"axios": "^1.7.5",
7373
"dayjs": "^1.11.13",
74-
"expo": "~53.0.12",
75-
"expo-constants": "~17.1.6",
74+
"expo": "~53.0.22",
75+
"expo-constants": "~17.1.7",
7676
"expo-crypto": "^14.1.5",
77-
"expo-dev-client": "~5.2.1",
78-
"expo-font": "~13.3.1",
79-
"expo-image": "~2.3.0",
80-
"expo-linking": "~7.1.5",
81-
"expo-localization": "~16.1.5",
82-
"expo-router": "~5.1.0",
83-
"expo-splash-screen": "~0.30.9",
77+
"expo-dev-client": "~5.2.4",
78+
"expo-font": "~13.3.2",
79+
"expo-image": "~2.4.0",
80+
"expo-linking": "~7.1.7",
81+
"expo-localization": "~16.1.6",
82+
"expo-router": "~5.1.6",
83+
"expo-splash-screen": "~0.30.10",
8484
"expo-status-bar": "~2.2.3",
85-
"expo-system-ui": "~5.0.9",
85+
"expo-system-ui": "~5.0.11",
8686
"i18next": "^23.14.0",
8787
"lodash.memoize": "^4.1.2",
8888
"moti": "^0.29.0",
@@ -92,7 +92,7 @@
9292
"react-error-boundary": "^4.0.13",
9393
"react-hook-form": "^7.53.0",
9494
"react-i18next": "^15.0.1",
95-
"react-native": "0.79.4",
95+
"react-native": "0.79.5",
9696
"react-native-edge-to-edge": "^1.6.0",
9797
"react-native-flash-message": "^0.4.2",
9898
"react-native-gesture-handler": "~2.24.0",
@@ -105,7 +105,7 @@
105105
"react-native-svg": "~15.11.2",
106106
"react-native-url-polyfill": "^2.0.0",
107107
"react-native-web": "~0.20.0",
108-
"react-native-webview": "13.8.6",
108+
"react-native-webview": "13.13.5",
109109
"react-query-kit": "^3.3.0",
110110
"tailwind-variants": "^0.2.1",
111111
"zod": "^3.23.8",
@@ -116,10 +116,10 @@
116116
"@commitlint/cli": "^19.2.2",
117117
"@commitlint/config-conventional": "^19.2.2",
118118
"@dev-plugins/react-query": "^0.0.7",
119-
"@tanstack/eslint-plugin-query": "^5.62.1",
120119
"@eslint/eslintrc": "^3.3.1",
121120
"@eslint/js": "^9.28.0",
122121
"@expo/config": "~11.0.10",
122+
"@tanstack/eslint-plugin-query": "^5.62.1",
123123
"@testing-library/jest-dom": "^6.5.0",
124124
"@testing-library/react-native": "^12.7.2",
125125
"@types/i18n-js": "^3.8.9",
@@ -137,8 +137,8 @@
137137
"eslint-config-prettier": "^10.1.5",
138138
"eslint-import-resolver-typescript": "^4.4.3",
139139
"eslint-plugin-i18n-json": "^4.0.1",
140-
"eslint-plugin-jest": "^28.8.3",
141140
"eslint-plugin-import": "^2.31.0",
141+
"eslint-plugin-jest": "^28.8.3",
142142
"eslint-plugin-prettier": "^5.4.1",
143143
"eslint-plugin-react": "^7.37.5",
144144
"eslint-plugin-react-compiler": "19.1.0-rc.2",
@@ -151,7 +151,7 @@
151151
"husky": "^9.1.5",
152152
"jest": "^29.7.0",
153153
"jest-environment-jsdom": "^29.7.0",
154-
"jest-expo": "~53.0.7",
154+
"jest-expo": "~53.0.10",
155155
"jest-junit": "^16.0.0",
156156
"lint-staged": "^15.2.9",
157157
"np": "^10.0.7",
@@ -181,4 +181,4 @@
181181
]
182182
}
183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)