Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Sep 4, 2024
1 parent a1f358d commit 495e756
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/wallet-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ PODS:
- react-native-config/App (= 1.5.1)
- react-native-config/App (1.5.1):
- React-Core
- react-native-haskell-shelley (6.1.0-beta.1):
- React
- react-native-mmkv (2.11.0):
- MMKV (>= 1.2.13)
- React-Core
Expand Down Expand Up @@ -545,6 +547,7 @@ DEPENDENCIES:
- react-native-background-timer (from `../../../node_modules/react-native-background-timer`)
- react-native-ble-plx (from `../../../node_modules/react-native-ble-plx`)
- react-native-config (from `../../../node_modules/react-native-config`)
- "react-native-haskell-shelley (from `../../../node_modules/@emurgo/csl-mobile-bridge`)"
- react-native-mmkv (from `../../../node_modules/react-native-mmkv`)
- react-native-pager-view (from `../../../node_modules/react-native-pager-view`)
- react-native-quick-base64 (from `../../../node_modules/react-native-quick-base64`)
Expand Down Expand Up @@ -683,6 +686,8 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/react-native-ble-plx"
react-native-config:
:path: "../../../node_modules/react-native-config"
react-native-haskell-shelley:
:path: "../../../node_modules/@emurgo/csl-mobile-bridge"
react-native-mmkv:
:path: "../../../node_modules/react-native-mmkv"
react-native-pager-view:
Expand Down Expand Up @@ -811,6 +816,7 @@ SPEC CHECKSUMS:
react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
react-native-ble-plx: f10240444452dfb2d2a13a0e4f58d7783e92d76e
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-haskell-shelley: f3eaa102ff7b60063a4aff8bd36d23cb4de49c2e
react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43
react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df
react-native-quick-base64: 62290829c619fbabca4c41cfec75ae759d08fc1c
Expand Down
1 change: 1 addition & 0 deletions apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"@emurgo/cip4-js": "1.0.7",
"@emurgo/cross-csl-core": "^5.1.0-beta.1",
"@emurgo/cross-csl-mobile": "^5.1.0-beta.1",
"@emurgo/csl-mobile-bridge": "^6.1.0-beta.1",
"@emurgo/react-native-blockies-svg": "^0.0.2",
"@emurgo/react-native-hid": "^5.15.6",
"@emurgo/yoroi-lib": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@
"@emurgo/cardano-serialization-lib-nodejs" "12.1.0-beta.1"
"@emurgo/cross-csl-core" "5.1.0-beta.1"

"@emurgo/[email protected]":
"@emurgo/[email protected]", "@emurgo/csl-mobile-bridge@^6.1.0-beta.1":
version "6.1.0-beta.1"
resolved "https://registry.yarnpkg.com/@emurgo/csl-mobile-bridge/-/csl-mobile-bridge-6.1.0-beta.1.tgz#96b1c05da987aa0715409eaec97572c424614b36"
integrity sha512-CF+yaCcc0+v5yuKJr6hV3FOJx0OpeAa1AaqCmhsvtbDv0Q6w0KF7GGbdAmjJrd4kDQ956LJL/15jqUo1y4i1yw==
Expand Down

0 comments on commit 495e756

Please sign in to comment.