Skip to content

Commit 1616057

Browse files
authored
fix(expo): missing peer deps (#4617)
1 parent 7537dbb commit 1616057

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/expo/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@
6161
"unbuild": "^3.6.1"
6262
},
6363
"peerDependencies": {
64-
"better-auth": "workspace:*"
64+
"better-auth": ">=1.0.0",
65+
"expo-constants": ">=17.0.0",
66+
"expo-crypto": ">=13.0.0",
67+
"expo-linking": ">=7.0.0",
68+
"expo-secure-store": ">=14.0.0",
69+
"expo-web-browser": ">=14.0.0"
6570
},
6671
"dependencies": {
6772
"@better-fetch/fetch": "catalog:"

0 commit comments

Comments
 (0)