Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/dapps/W3MEthers/serv…
Browse files Browse the repository at this point in the history
…e-static-1.16.2
  • Loading branch information
ignaciosantise authored Dec 5, 2024
2 parents e27d0f2 + ed21391 commit c771835
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 360 deletions.
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ android {
applicationId "com.walletconnect.web3modal.rnsample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 61
versionCode 62
versionName "1.1"
resValue "string", "build_config_package", "com.w3mwagmi"
}
Expand Down
22 changes: 11 additions & 11 deletions dapps/W3MWagmi/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- boost (1.83.0)
- CoinbaseWalletSDK/Client (1.0.4)
- CoinbaseWalletSDK/CrossPlatform (1.0.4):
- CoinbaseWalletSDK/Client (1.1.2)
- CoinbaseWalletSDK/CrossPlatform (1.1.2):
- CoinbaseWalletSDK/Client
- CoinbaseWalletSDKExpo (1.0.13):
- CoinbaseWalletSDK/CrossPlatform (= 1.0.4)
- CoinbaseWalletSDKExpo (1.1.2):
- CoinbaseWalletSDK/CrossPlatform (= 1.1.2)
- ExpoModulesCore
- DoubleConversion (1.1.6)
- EXConstants (16.0.2):
Expand Down Expand Up @@ -48,9 +48,9 @@ PODS:
- hermes-engine (0.74.3):
- hermes-engine/Pre-built (= 0.74.3)
- hermes-engine/Pre-built (0.74.3)
- MMKV (1.3.7):
- MMKVCore (~> 1.3.7)
- MMKVCore (1.3.7)
- MMKV (2.0.0):
- MMKVCore (~> 2.0.0)
- MMKVCore (2.0.0)
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -1571,8 +1571,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
CoinbaseWalletSDK: ea1f37512bbc69ebe07416e3b29bf840f5cc3152
CoinbaseWalletSDKExpo: fc6cc756974827763d7a0decf7140c2902dafca2
CoinbaseWalletSDK: f8cef9d72e86d6ac4782e4d0054baf9302cf05bb
CoinbaseWalletSDKExpo: 76fa1c9d873d987fe3548eab314e3552ba078e00
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
Expo: 0cab4b4dc73f263c0d4297e993686973725adb7f
Expand All @@ -1585,8 +1585,8 @@ SPEC CHECKSUMS:
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
hermes-engine: 1f547997900dd0752dc0cc0ae6dd16173c49e09b
MMKV: 36a22a9ec84c9bb960613a089ddf6f48be9312b0
MMKVCore: 158e61c8516401a9fac730288acb29e6fc19bbf9
MMKV: f7d1d5945c8765f97f39c3d121f353d46735d801
MMKVCore: c04b296010fcb1d1638f2c69405096aac12f6390
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: 4c7eeb42be0b2e95195563c49be08d0b839d22b4
RCTRequired: d530a0f489699c8500e944fde963102c42dcd0c2
Expand Down
6 changes: 3 additions & 3 deletions dapps/W3MWagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"copy:production": "./scripts/copy-variant-files.sh 'production'"
},
"dependencies": {
"@coinbase/wallet-mobile-sdk": "1.0.13",
"@coinbase/wallet-mobile-sdk": "1.1.2",
"@react-native-async-storage/async-storage": "1.24.0",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/netinfo": "11.3.2",
Expand All @@ -43,8 +43,8 @@
"react-native-svg": "15.4.0",
"react-native-toast-message": "2.2.0",
"react-native-webview": "13.10.5",
"viem": "2.21.9",
"wagmi": "2.12.12"
"viem": "2.21.54",
"wagmi": "2.13.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit c771835

Please sign in to comment.