mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
chore: deps
This commit is contained in:
parent
9faba04dc2
commit
2db156ef16
3 changed files with 22 additions and 10 deletions
|
@ -78,9 +78,11 @@ packages:
|
||||||
bitcoin_base:
|
bitcoin_base:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "/home/rafael/Working/bitcoin_base"
|
path: "."
|
||||||
relative: false
|
ref: cake-update-v2
|
||||||
source: path
|
resolved-ref: f45e34d18ddff52764101a2ec96dcbc2be730555
|
||||||
|
url: "https://github.com/cake-tech/bitcoin_base"
|
||||||
|
source: git
|
||||||
version: "4.0.0"
|
version: "4.0.0"
|
||||||
bitcoin_flutter:
|
bitcoin_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
|
@ -94,9 +96,11 @@ packages:
|
||||||
blockchain_utils:
|
blockchain_utils:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "/home/rafael/Working/blockchain_utils"
|
path: "."
|
||||||
relative: false
|
ref: cake-update-v1
|
||||||
source: path
|
resolved-ref: "7864de88e9a0b598a61b1e50d26f6f4477a6411c"
|
||||||
|
url: "https://github.com/cake-tech/blockchain_utils"
|
||||||
|
source: git
|
||||||
version: "1.6.0"
|
version: "1.6.0"
|
||||||
boolean_selector:
|
boolean_selector:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|
|
@ -31,9 +31,13 @@ dependencies:
|
||||||
unorm_dart: ^0.2.0
|
unorm_dart: ^0.2.0
|
||||||
cryptography: ^2.0.5
|
cryptography: ^2.0.5
|
||||||
bitcoin_base:
|
bitcoin_base:
|
||||||
path: /home/rafael/Working/bitcoin_base
|
git:
|
||||||
|
url: https://github.com/cake-tech/bitcoin_base
|
||||||
|
ref: cake-update-v2
|
||||||
blockchain_utils:
|
blockchain_utils:
|
||||||
path: /home/rafael/Working/blockchain_utils
|
git:
|
||||||
|
url: https://github.com/cake-tech/blockchain_utils
|
||||||
|
ref: cake-update-v1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -30,9 +30,13 @@ dependencies:
|
||||||
url: https://github.com/cake-tech/bitbox-flutter.git
|
url: https://github.com/cake-tech/bitbox-flutter.git
|
||||||
ref: master
|
ref: master
|
||||||
bitcoin_base:
|
bitcoin_base:
|
||||||
path: /home/rafael/Working/bitcoin_base
|
git:
|
||||||
|
url: https://github.com/cake-tech/bitcoin_base
|
||||||
|
ref: cake-update-v2
|
||||||
blockchain_utils:
|
blockchain_utils:
|
||||||
path: /home/rafael/Working/blockchain_utils
|
git:
|
||||||
|
url: https://github.com/cake-tech/blockchain_utils
|
||||||
|
ref: cake-update-v1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue