Skip to content

Commit f964b8a

Browse files
[SDK] Loosen peer dependency requirements for React Native (#8390)
1 parent 424e6b8 commit f964b8a

File tree

4 files changed

+84
-107
lines changed

4 files changed

+84
-107
lines changed

.changeset/curvy-stars-unite.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@thirdweb-dev/react-native-adapter": patch
3+
"thirdweb": patch
4+
---
5+
6+
Loosen peer dependency requirements for RN

packages/react-native-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"peerDependencies": {
3535
"@biomejs/biome": "2.0.6",
3636
"@coinbase/wallet-mobile-sdk": "^1",
37-
"@react-native-async-storage/async-storage": "^1 || ^2",
37+
"@react-native-async-storage/async-storage": "*",
3838
"@react-native-community/netinfo": "^11",
3939
"@walletconnect/react-native-compat": "^2",
40-
"expo-application": "^5 || ^6",
41-
"expo-linking": "^6 || ^7",
42-
"expo-web-browser": "^13 || ^14",
40+
"expo-application": "*",
41+
"expo-linking": "*",
42+
"expo-web-browser": "*",
4343
"react-native": ">=0.70",
4444
"react-native-aes-gcm-crypto": "^0.2",
4545
"react-native-get-random-values": "^1",

packages/thirdweb/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"dotenv-mono": "^1.3.14",
7474
"ethers5": "npm:ethers@5",
7575
"ethers6": "npm:ethers@6",
76-
"expo-linking": "7.0.5",
77-
"expo-web-browser": "14.0.2",
76+
"expo-linking": "8.0.8",
77+
"expo-web-browser": "15.0.9",
7878
"happy-dom": "17.4.4",
7979
"knip": "5.60.2",
8080
"msw": "2.7.5",
@@ -256,10 +256,10 @@
256256
"@aws-sdk/credential-providers": "^3",
257257
"@coinbase/wallet-mobile-sdk": "^1",
258258
"@mobile-wallet-protocol/client": "^1",
259-
"@react-native-async-storage/async-storage": "^1 || ^2",
259+
"@react-native-async-storage/async-storage": "*",
260260
"ethers": "^5 || ^6",
261-
"expo-linking": "^6 || ^7",
262-
"expo-web-browser": "^13 || ^14",
261+
"expo-linking": "*",
262+
"expo-web-browser": "*",
263263
"react": "^18 || ^19",
264264
"react-native": "*",
265265
"react-native-aes-gcm-crypto": "^0.2",

0 commit comments

Comments
 (0)