Skip to content

Commit

Permalink
πŸ“Œ fix expo dependency versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 14, 2023
1 parent 926c602 commit 52a61e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
reject: [
// expo
"expo-application",
"expo-device",
"expo-font",
Expand All @@ -9,6 +8,7 @@ module.exports = {
"expo-status-bar",
"expo-system-ui",
"expo-web-browser",
"react-native",
"react-native-gesture-handler",
"react-native-safe-area-context",
"react-native-screens",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@turnkey/http": "^2.2.0",
"@turnkey/viem": "^0.3.2",
"@turnkey/webauthn-stamper": "^0.3.0",
"base64-arraybuffer": "^1.0.2",
"expo": "^49.0.18",
"expo-application": "~5.3.0",
"expo-constants": "~14.4.2",
Expand All @@ -42,7 +43,7 @@
"expo-webauthn": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.6",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "^1.9.0",
"react-native-safe-area-context": "4.6.3",
Expand Down Expand Up @@ -91,5 +92,13 @@
"electron",
"sharp"
],
"expo": {
"install": {
"exclude": [
"@sentry/react-native",
"sentry-expo"
]
}
},
"private": true
}

0 comments on commit 52a61e7

Please sign in to comment.