Skip to content

Commit

Permalink
update packages for tezart
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 18, 2024
1 parent 8fd7324 commit 425f1f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/key_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
dart_web3: ^0.0.3
ed25519_hd_key: ^2.2.0
hex: ^0.2.0
pinenacl: ^0.3.3
pinenacl: ^0.6.0
secp256k1: ^0.3.0
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: 7534512ff7c874251e5b1e1a426f5822a3837b51
ref: 85070e8ddafe5140c0bfd2cb9d569ecf986e7234

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc4vc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ dependencies:
jose_plus: ^0.4.5
json_annotation: ^4.8.1
json_path: ^0.7.2 #latest version creates test issue
pinenacl: ^0.6.0
secp256k1: ^0.3.0
secure_storage:
path: ../secure_storage
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: 7534512ff7c874251e5b1e1a426f5822a3837b51
ref: 85070e8ddafe5140c0bfd2cb9d569ecf986e7234
uuid: ^3.0.7

dependency_overrides:
ffi: 2.1.0 #didkit from path which depends on ffi ^1.0.0
pinenacl: ^0.5.1 # tezart from git depends on pinenacl ^0.3.3

dev_dependencies:
build_runner: ^2.4.4
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies:
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: 7534512ff7c874251e5b1e1a426f5822a3837b51
ref: 85070e8ddafe5140c0bfd2cb9d569ecf986e7234
timezone: ^0.9.2
url_launcher: ^6.1.11
visibility_detector: ^0.4.0+2
Expand Down

0 comments on commit 425f1f1

Please sign in to comment.