Skip to content

Commit

Permalink
🔖 Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Mar 25, 2024
1 parent 7c55901 commit 474fb72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
18 changes: 10 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ packages:
archethic_dapp_framework_flutter:
dependency: "direct main"
description:
path: "../archethic-dapp-framework-flutter"
relative: true
source: path
version: "0.0.6"
name: archethic_dapp_framework_flutter
sha256: "7b56ce0638323ce76ee5fbd0c17377934621f7e5bca80e26cef4ba5e27b23b0b"
url: "https://pub.dev"
source: hosted
version: "0.0.5"
archethic_lib_dart:
dependency: transitive
description:
Expand All @@ -51,10 +52,11 @@ packages:
archethic_wallet_client:
dependency: "direct main"
description:
path: "../archethic-wallet-client-dart"
relative: true
source: path
version: "1.1.0-dev.0"
name: archethic_wallet_client
sha256: f07adecdcf466e5caa5f779bf72622b27183645c52381257dca7ca7503c68686
url: "https://pub.dev"
source: hosted
version: "1.1.0-dev.1"
archive:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
#archethic_dapp_framework_flutter: ^0.0.0
archethic_dapp_framework_flutter: ^0.0.0
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
# ref: main
archethic_dapp_framework_flutter:
path: ../archethic-dapp-framework-flutter
#archethic_dapp_framework_flutter:
# path: ../archethic-dapp-framework-flutter

# A client dart library to interact with Archethic Wallet RPC API.
#archethic_wallet_client: ^1.1.0-dev.0
archethic_wallet_client: ^1.1.0-dev.1
#archethic_wallet_client:
# git:
# url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
# ref: 29-integrate-dart-sdk-fix-from-pr-httpsgithubcomarchethic-foundationlibdartpull127
archethic_wallet_client:
path: ../archethic-wallet-client-dart
#archethic_wallet_client:
# path: ../archethic-wallet-client-dart

# Collections and utilities functions and classes related to collections.
collection: ^1.18.0
Expand Down

0 comments on commit 474fb72

Please sign in to comment.