Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jun 24, 2024
1 parent 7192a93 commit ec64ddd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
27 changes: 15 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ packages:
archethic_dapp_framework_flutter:
dependency: "direct main"
description:
path: "../archethic-dapp-framework-flutter"
relative: true
source: path
version: "1.2.2"
name: archethic_dapp_framework_flutter
sha256: "1d1574db56534c2167da3a376eedfff0dcaee0e3d9b01d575d6f88f8022ede32"
url: "https://pub.dev"
source: hosted
version: "1.2.3"
archethic_lib_dart:
dependency: "direct main"
description:
Expand All @@ -84,17 +85,19 @@ packages:
archethic_messaging_lib_dart:
dependency: "direct main"
description:
path: "../messaging_dart_sdk"
relative: true
source: path
version: "0.0.16"
name: archethic_messaging_lib_dart
sha256: "3ced98fa8fdd3519ed1377e4d1060845380bb3e2d47e5a89ccf156d505625cdd"
url: "https://pub.dev"
source: hosted
version: "0.0.17"
archethic_wallet_client:
dependency: "direct main"
description:
path: "../archethic-wallet-client-dart"
relative: true
source: path
version: "2.0.1"
name: archethic_wallet_client
sha256: "671a4d8570f408a90fcb70d7039be2af518872440c0d7ba74732c5e19cd3be85"
url: "https://pub.dev"
source: hosted
version: "2.0.2"
archive:
dependency: transitive
description:
Expand Down
18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ dependencies:
url: https://github.com/redDwarf03/app_version_update.git
ref: main

#archethic_dapp_framework_flutter: ^1.2.2
archethic_dapp_framework_flutter: ^1.2.3
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
# ref: web_extension_support
archethic_dapp_framework_flutter:
path: ../archethic-dapp-framework-flutter
#archethic_dapp_framework_flutter:
# path: ../archethic-dapp-framework-flutter

# Archethic dart library for Flutter based on Official Archethic Javascript library for Node and Browser
archethic_lib_dart: ^3.4.0
Expand All @@ -38,22 +38,22 @@ dependencies:
# path: ../libdart-2

# Archethic Messaging Dart SDK
#archethic_messaging_lib_dart: ^0.0.16
archethic_messaging_lib_dart: ^0.0.17
#archethic_messaging_lib_dart:
# git:
# url: https://github.com/archethic-foundation/messaging_dart_sdk.git
# ref: main
archethic_messaging_lib_dart:
path: ../messaging_dart_sdk
#archethic_messaging_lib_dart:
# path: ../messaging_dart_sdk

# RPC datastructures.
#archethic_wallet_client: ^2.0.0
archethic_wallet_client: ^2.0.2
#archethic_wallet_client:
# git:
# url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
# ref: 40-add-a-description-for-each-tx-to-sign-to-explain-the-goal-of-the-tx
archethic_wallet_client:
path: ../archethic-wallet-client-dart
#archethic_wallet_client:
# path: ../archethic-wallet-client-dart

# An ASN1 parser library for Dart. Encodes / decodes from ASN1 Objects to BER bytes
asn1lib: ^1.5.0
Expand Down

0 comments on commit ec64ddd

Please sign in to comment.