Skip to content

Commit 908eefe

Browse files
chore: update expo libraries and dependencies
1 parent f3561a1 commit 908eefe

2 files changed

Lines changed: 1408 additions & 1454 deletions

File tree

package.json

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,31 +108,31 @@
108108
"@react-navigation/stack": "^6.3.20",
109109
"@tanstack/react-query": "^4.29.19",
110110
"axios": "^1.6.7",
111-
"expo": "^51.0.1",
111+
"expo": "~51.0.8",
112112
"expo-apple-authentication": "~6.4.1",
113113
"expo-application": "~5.9.1",
114114
"expo-asset": "~10.0.6",
115115
"expo-build-properties": "~0.12.1",
116116
"expo-clipboard": "~6.0.3",
117117
"expo-constants": "~16.0.1",
118118
"expo-crypto": "~13.0.2",
119-
"expo-dev-client": "~4.0.12",
119+
"expo-dev-client": "~4.0.14",
120120
"expo-device": "~6.0.2",
121-
"expo-font": "~12.0.4",
121+
"expo-font": "~12.0.5",
122122
"expo-haptics": "~13.0.1",
123123
"expo-linear-gradient": "~13.0.2",
124124
"expo-linking": "~6.3.1",
125125
"expo-local-authentication": "~14.0.1",
126126
"expo-localization": "~15.0.3",
127127
"expo-network": "~6.0.1",
128-
"expo-notifications": "~0.28.1",
129-
"expo-router": "~3.5.11",
130-
"expo-screen-orientation": "~7.0.4",
128+
"expo-notifications": "~0.28.3",
129+
"expo-router": "~3.5.14",
130+
"expo-screen-orientation": "~7.0.5",
131131
"expo-secure-store": "~13.0.1",
132132
"expo-splash-screen": "~0.27.4",
133133
"expo-status-bar": "~1.12.1",
134134
"expo-system-ui": "~3.0.4",
135-
"expo-updates": "~0.25.10",
135+
"expo-updates": "~0.25.14",
136136
"expo-web-browser": "~13.0.3",
137137
"i18next": "^23.7.20",
138138
"jotai": "^2.4.3",
@@ -147,7 +147,7 @@
147147
"react-native-keyboard-aware-scroll-view": "^0.9.5",
148148
"react-native-notificated": "^0.0.1-beta.2",
149149
"react-native-pager-view": "6.3.0",
150-
"react-native-reanimated": "3.10.0",
150+
"react-native-reanimated": "~3.10.1",
151151
"react-native-safe-area-context": "4.10.1",
152152
"react-native-screens": "3.31.1",
153153
"react-native-svg": "15.2.0",
@@ -157,20 +157,17 @@
157157
"setimmediate": "^1.0.5",
158158
"use-debounce": "^9.0.4"
159159
},
160-
"resolutions": {
161-
"react-error-overlay": "6.0.9"
162-
},
163160
"devDependencies": {
164161
"@babel/core": "^7.20.0",
165162
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
166163
"@babel/preset-react": "^7.23.3",
167-
"@expo/config": "~8.5.0",
164+
"@expo/config": "~9.0.0",
168165
"@expo/webpack-config": "~19.0.1",
169166
"@faker-js/faker": "^8.4.1",
170167
"@testing-library/jest-native": "^5.4.2",
171168
"@testing-library/react-native": "^12.4.3",
172169
"@types/jest": "^29.5.3",
173-
"@types/react": "~18.2.45",
170+
"@types/react": "~18.2.79",
174171
"@types/react-test-renderer": "^18.0.0",
175172
"@typescript-eslint/eslint-plugin": "^6.19.1",
176173
"@typescript-eslint/parser": "^6.19.1",
@@ -193,7 +190,7 @@
193190
"fast-text-encoding": "^1.0.6",
194191
"husky": "^8.0.3",
195192
"jest": "^29.6.1",
196-
"jest-expo": "^51.0.1",
193+
"jest-expo": "~51.0.2",
197194
"lint-staged": "^13.2.3",
198195
"msw": "^2.2.2",
199196
"orval": "^6.25.0",
@@ -204,7 +201,7 @@
204201
"react-test-renderer": "^18.2.0",
205202
"readline": "^1.3.0",
206203
"text-encoding-polyfill": "^0.6.7",
207-
"typescript": "^5.3.0",
204+
"typescript": "~5.3.3",
208205
"xmlhttprequest": "^1.8.0"
209206
},
210207
"browser": {

0 commit comments

Comments
 (0)