Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions to add minSupportedTransactionVersion #557

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PODS:
- ReactCommon/turbomodule/core (= 0.71.5)
- fmt (6.2.1)
- glog (0.3.5)
- helium-react-native-sdk (3.0.1):
- helium-react-native-sdk (3.0.2):
- React-Core
- hermes-engine (0.71.5):
- hermes-engine/Pre-built (= 0.71.5)
Expand Down Expand Up @@ -874,9 +874,9 @@ SPEC CHECKSUMS:
FBLazyVector: f1897022b53abf1469d6ad692ee2c69f57d967f3
FBReactNativeSpec: 627fd07f1b9d498c9fa572e76d7f1a6b1ee9a444
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
helium-react-native-sdk: d78defa39b0340669bb7d2bbd05db3b00e393f2d
hermes-engine: 0784cadad14b011580615c496f77e0ae112eed75
glog: 791fe035093b84822da7f0870421a25839ca7870
helium-react-native-sdk: e57b8baf65673b9428c9883ca95574718adb7890
hermes-engine: 7a53ccac09146018a08239c5425625fdb79a6162
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 25e7b2675dad5c3ddad369ac9baab03560c5bfdd
lottie-react-native: c9f1db4f4124dcce9f8159e65d8dc6e8bcb11fb4
Expand All @@ -886,7 +886,7 @@ SPEC CHECKSUMS:
MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6
MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d
OneSignalXCFramework: 81ceac017a290f23793443323090cfbe888f74ea
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCT-Folly: 85766c3226c7ec638f05ad7cb3cf6a268d6c4241
RCTRequired: bd6045fbd511da5efe6db89eecb21e4e36bd7cbf
RCTTypeSafety: c06d9f906faa69dd1c88223204c3a24767725fd8
React: b9ea33557ef1372af247f95d110fbdea114ed3b2
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,28 @@
"@coral-xyz/anchor": "^0.28.0",
"@gorhom/bottom-sheet": "4.4.6",
"@gorhom/portal": "1.0.14",
"@helium/account-fetch-cache": "^0.4.0",
"@helium/account-fetch-cache-hooks": "^0.4.0",
"@helium/account-fetch-cache": "^0.6.6",
"@helium/account-fetch-cache-hooks": "^0.6.6",
"@helium/address": "4.10.2",
"@helium/circuit-breaker-sdk": "^0.4.0",
"@helium/circuit-breaker-sdk": "^0.6.6",
"@helium/crypto-react-native": "4.8.0",
"@helium/currency-utils": "^0.4.0",
"@helium/data-credits-sdk": "^0.4.0",
"@helium/distributor-oracle": "^0.4.0",
"@helium/fanout-sdk": "^0.4.0",
"@helium/helium-entity-manager-sdk": "^0.4.0",
"@helium/helium-react-hooks": "^0.4.0",
"@helium/helium-sub-daos-sdk": "^0.4.0",
"@helium/currency-utils": "^0.6.6",
"@helium/data-credits-sdk": "^0.6.6",
"@helium/distributor-oracle": "^0.6.6",
"@helium/fanout-sdk": "^0.6.6",
"@helium/helium-entity-manager-sdk": "^0.6.6",
"@helium/helium-react-hooks": "^0.6.6",
"@helium/helium-sub-daos-sdk": "^0.6.6",
"@helium/http": "4.7.5",
"@helium/idls": "^0.4.0",
"@helium/lazy-distributor-sdk": "^0.4.0",
"@helium/idls": "^0.6.6",
"@helium/lazy-distributor-sdk": "^0.6.6",
"@helium/onboarding": "^4.10.3",
"@helium/proto-ble": "4.0.0",
"@helium/react-native-sdk": "^3.0.2",
"@helium/spl-utils": "^0.4.0",
"@helium/spl-utils": "^0.6.6",
"@helium/transactions": "4.8.1",
"@helium/treasury-management-sdk": "^0.4.0",
"@helium/voter-stake-registry-sdk": "^0.4.0",
"@helium/treasury-management-sdk": "^0.6.6",
"@helium/voter-stake-registry-sdk": "^0.6.6",
"@helium/wallet-link": "4.10.0",
"@jup-ag/api": "^6.0.6",
"@ledgerhq/hw-app-solana": "7.0.13",
Expand Down
Loading
Loading