Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Dec 1, 2023
1 parent 8cb865a commit 5bdfc99
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 261 deletions.
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,9 @@ SPEC CHECKSUMS:
FBLazyVector: f1897022b53abf1469d6ad692ee2c69f57d967f3
FBReactNativeSpec: 627fd07f1b9d498c9fa572e76d7f1a6b1ee9a444
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 791fe035093b84822da7f0870421a25839ca7870
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
helium-react-native-sdk: 17b612b2dacebc8f10c18ba5611f200a81c940f9
hermes-engine: 7a53ccac09146018a08239c5425625fdb79a6162
hermes-engine: 0784cadad14b011580615c496f77e0ae112eed75
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: 85766c3226c7ec638f05ad7cb3cf6a268d6c4241
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: bd6045fbd511da5efe6db89eecb21e4e36bd7cbf
RCTTypeSafety: c06d9f906faa69dd1c88223204c3a24767725fd8
React: b9ea33557ef1372af247f95d110fbdea114ed3b2
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"@coral-xyz/anchor": "^0.28.0",
"@gorhom/bottom-sheet": "4.4.6",
"@gorhom/portal": "1.0.14",
"@helium/account-fetch-cache": "^0.6.0",
"@helium/account-fetch-cache-hooks": "^0.6.0",
"@helium/account-fetch-cache": "^0.6.3",
"@helium/account-fetch-cache-hooks": "^0.6.3",
"@helium/address": "4.10.2",
"@helium/circuit-breaker-sdk": "^0.6.0",
"@helium/circuit-breaker-sdk": "^0.6.3",
"@helium/crypto-react-native": "4.8.0",
"@helium/currency-utils": "^0.6.0",
"@helium/data-credits-sdk": "^0.6.0",
"@helium/distributor-oracle": "^0.6.0",
"@helium/fanout-sdk": "^0.6.0",
"@helium/helium-entity-manager-sdk": "^0.6.0",
"@helium/helium-react-hooks": "^0.6.0",
"@helium/helium-sub-daos-sdk": "^0.6.0",
"@helium/currency-utils": "^0.6.3",
"@helium/data-credits-sdk": "^0.6.3",
"@helium/distributor-oracle": "^0.6.3",
"@helium/fanout-sdk": "^0.6.3",
"@helium/helium-entity-manager-sdk": "^0.6.3",
"@helium/helium-react-hooks": "^0.6.3",
"@helium/helium-sub-daos-sdk": "^0.6.3",
"@helium/http": "4.7.5",
"@helium/idls": "^0.6.0",
"@helium/lazy-distributor-sdk": "^0.6.0",
"@helium/idls": "^0.6.3",
"@helium/lazy-distributor-sdk": "^0.6.3",
"@helium/modular-governance-hooks": "^0.0.8",
"@helium/modular-governance-idls": "^0.0.8",
"@helium/modular-governance-idls": "^0.0.8-next",
"@helium/onboarding": "4.9.0",
"@helium/organization-sdk": "^0.0.8",
"@helium/proto-ble": "4.0.0",
"@helium/react-native-sdk": "^3.0.0",
"@helium/spl-utils": "^0.6.0",
"@helium/spl-utils": "^0.6.3",
"@helium/state-controller-sdk": "^0.0.8",
"@helium/transactions": "4.8.1",
"@helium/treasury-management-sdk": "^0.6.0",
"@helium/voter-stake-registry-hooks": "^0.6.0",
"@helium/voter-stake-registry-sdk": "^0.6.0",
"@helium/treasury-management-sdk": "^0.6.3",
"@helium/voter-stake-registry-hooks": "^0.6.3",
"@helium/voter-stake-registry-sdk": "^0.6.3",
"@helium/wallet-link": "4.10.0",
"@jup-ag/api": "^6.0.6",
"@ledgerhq/hw-app-solana": "7.0.13",
Expand Down Expand Up @@ -269,9 +269,10 @@
},
"resolutions": {
"@types/react": "17",
"@helium/account-fetch-cache-hooks": "^0.6.0",
"@helium/helium-react-hooks": "^0.6.0",
"@helium/voter-stake-registry-hooks": "^0.6.0",
"@helium/account-fetch-cache": "^0.6.3",
"@helium/account-fetch-cache-hooks": "^0.6.3",
"@helium/helium-react-hooks": "^0.6.3",
"@helium/voter-stake-registry-hooks": "^0.6.3",
"@helium/modular-governance-hooks": "^0.0.8"
},
"jest": {
Expand Down
Loading

0 comments on commit 5bdfc99

Please sign in to comment.