Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Oct 7, 2024
1 parent 3961b2c commit 642e642
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 165 deletions.
4 changes: 2 additions & 2 deletions dapps/W3MWagmi/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ android {
applicationId "com.walletconnect.web3modal.rnsample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 64
versionName "1.1-social-modalrefactor"
versionCode 65
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 @@ -1032,7 +1032,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
- react-native-webview (13.10.5):
- react-native-webview (13.12.3):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1709,7 +1709,7 @@ SPEC CHECKSUMS:
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
react-native-safe-area-context: b7daa1a8df36095a032dff095a1ea8963cb48371
react-native-webview: 553abd09f58e340fdc7746c9e2ae096839e99911
react-native-webview: 445e447f227f775d8dd2b4823bca55c458d4eff7
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5
React-perflogger: 7bb9ba49435ff66b666e7966ee10082508a203e8
Expand Down
14 changes: 7 additions & 7 deletions dapps/W3MWagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@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-20241004151526",
"@reown/appkit-coinbase-wagmi-react-native": "0.0.0-refactor-modal-migration-20241004151526",
"@reown/appkit-wagmi-react-native": "0.0.0-refactor-modal-migration-20241004151526",
"@reown/appkit-auth-wagmi-react-native": "0.0.0-refactor-modal-migration-20241007195230",
"@reown/appkit-coinbase-wagmi-react-native": "0.0.0-refactor-modal-migration-20241007195230",
"@reown/appkit-wagmi-react-native": "0.0.0-refactor-modal-migration-20241007195230",
"@sentry/react-native": "5.20.0",
"@tanstack/react-query": "5.51.1",
"@walletconnect/react-native-compat": "2.16.0",
Expand All @@ -44,10 +44,10 @@
"react-native-safe-area-context": "4.10.8",
"react-native-screens": "3.32.0",
"react-native-svg": "15.4.0",
"react-native-toast-message": "2.2.0",
"react-native-webview": "13.10.5",
"viem": "2.21.17",
"wagmi": "2.12.16"
"react-native-toast-message": "2.2.1",
"react-native-webview": "13.12.3",
"viem": "2.21.19",
"wagmi": "2.12.17"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit 642e642

Please sign in to comment.