Skip to content

Commit

Permalink
chore: bump wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Sep 6, 2024
1 parent d488086 commit 8a84190
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 106 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 33
versionCode 34
versionName "1.1"
resValue "string", "build_config_package", "com.w3mwagmi"
}
Expand Down
4 changes: 2 additions & 2 deletions dapps/W3MWagmi/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ PODS:
- React-Mapbuffer (0.74.3):
- glog
- React-debug
- react-native-compat (2.15.1):
- react-native-compat (2.15.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1611,7 +1611,7 @@ SPEC CHECKSUMS:
React-jsitracing: 6b3c8c98313642140530f93c46f5a6ca4530b446
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
react-native-compat: 408a4b320fa4426f2c25ab74ed5764be6b3eb5aa
react-native-compat: 480399574fd82075838ab3da5ed7cfdc31574dad
react-native-config: d7d8a0c65f7fa523197879f6b777997abbfc987e
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
Expand Down
6 changes: 3 additions & 3 deletions dapps/W3MWagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@react-navigation/native-stack": "6.10.1",
"@sentry/react-native": "5.20.0",
"@tanstack/react-query": "5.51.1",
"@walletconnect/react-native-compat": "2.15.1",
"@walletconnect/react-native-compat": "2.15.2",
"@web3modal/coinbase-wagmi-react-native": "2.0.2",
"@web3modal/email-wagmi-react-native": "2.0.2",
"@web3modal/wagmi-react-native": "2.0.2",
Expand All @@ -39,8 +39,8 @@
"react-native-screens": "3.32.0",
"react-native-svg": "15.4.0",
"react-native-webview": "13.10.5",
"viem": "2.17.9",
"wagmi": "2.11.3"
"viem": "2.21.2",
"wagmi": "2.12.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit 8a84190

Please sign in to comment.