chore: deps

This commit is contained in:
Rafael Saes 2024-03-01 20:52:41 -03:00
parent 9faba04dc2
commit 2db156ef16
3 changed files with 22 additions and 10 deletions

View file

@ -78,9 +78,11 @@ packages:
bitcoin_base:
dependency: "direct main"
description:
path: "/home/rafael/Working/bitcoin_base"
relative: false
source: path
path: "."
ref: cake-update-v2
resolved-ref: f45e34d18ddff52764101a2ec96dcbc2be730555
url: "https://github.com/cake-tech/bitcoin_base"
source: git
version: "4.0.0"
bitcoin_flutter:
dependency: "direct main"
@ -94,9 +96,11 @@ packages:
blockchain_utils:
dependency: "direct main"
description:
path: "/home/rafael/Working/blockchain_utils"
relative: false
source: path
path: "."
ref: cake-update-v1
resolved-ref: "7864de88e9a0b598a61b1e50d26f6f4477a6411c"
url: "https://github.com/cake-tech/blockchain_utils"
source: git
version: "1.6.0"
boolean_selector:
dependency: transitive

View file

@ -31,9 +31,13 @@ dependencies:
unorm_dart: ^0.2.0
cryptography: ^2.0.5
bitcoin_base:
path: /home/rafael/Working/bitcoin_base
git:
url: https://github.com/cake-tech/bitcoin_base
ref: cake-update-v2
blockchain_utils:
path: /home/rafael/Working/blockchain_utils
git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v1
dev_dependencies:
flutter_test:

View file

@ -30,9 +30,13 @@ dependencies:
url: https://github.com/cake-tech/bitbox-flutter.git
ref: master
bitcoin_base:
path: /home/rafael/Working/bitcoin_base
git:
url: https://github.com/cake-tech/bitcoin_base
ref: cake-update-v2
blockchain_utils:
path: /home/rafael/Working/blockchain_utils
git:
url: https://github.com/cake-tech/blockchain_utils
ref: cake-update-v1
dev_dependencies:
flutter_test: