Skip to content

Commit

Permalink
chore: bump appkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Nov 7, 2024
1 parent e327dac commit 6e5159a
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 233 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 80
versionCode 81
versionName "1.1-social"
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 @@ -974,7 +974,7 @@ PODS:
- React-Mapbuffer (0.74.3):
- glog
- React-debug
- react-native-compat (2.16.0):
- react-native-compat (2.17.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1698,7 +1698,7 @@ SPEC CHECKSUMS:
React-jsitracing: 6b3c8c98313642140530f93c46f5a6ca4530b446
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
react-native-compat: 389cd76a1c6ce2a6d5fd868f2c76056cff403db8
react-native-compat: 37f1802bbb8217ef01bccb2c261e2455362ed9f4
react-native-config: d7d8a0c65f7fa523197879f6b777997abbfc987e
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
Expand Down
12 changes: 6 additions & 6 deletions dapps/W3MWagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.10.1",
"@reown/appkit-auth-wagmi-react-native": "0.0.0-refactor-modal-migration-20241104195645",
"@reown/appkit-coinbase-wagmi-react-native": "0.0.0-refactor-modal-migration-20241104195645",
"@reown/appkit-wagmi-react-native": "0.0.0-refactor-modal-migration-20241104195645",
"@reown/appkit-auth-wagmi-react-native": "0.0.0-develop-20241106175810",
"@reown/appkit-coinbase-wagmi-react-native": "0.0.0-develop-20241106175810",
"@reown/appkit-wagmi-react-native": "0.0.0-develop-20241106175810",
"@sentry/react-native": "5.20.0",
"@tanstack/react-query": "5.51.1",
"@walletconnect/react-native-compat": "2.16.0",
"@walletconnect/react-native-compat": "2.17.1",
"expo": "51.0.20",
"react": "18.2.0",
"react-native": "0.74.3",
Expand All @@ -46,8 +46,8 @@
"react-native-svg": "15.4.0",
"react-native-toast-message": "2.2.1",
"react-native-webview": "13.12.3",
"viem": "2.21.19",
"wagmi": "2.12.17"
"viem": "2.21.42",
"wagmi": "2.12.27"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit 6e5159a

Please sign in to comment.