Skip to content

Commit

Permalink
refactor: Update tezart package #2804
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jul 26, 2024
1 parent 8a2ef91 commit dd9fea9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/key_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: e53e4ab9eaabea53cbf70e814efd2245b4659f48
ref: 7534512ff7c874251e5b1e1a426f5822a3837b51

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc4vc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: e53e4ab9eaabea53cbf70e814efd2245b4659f48
ref: 7534512ff7c874251e5b1e1a426f5822a3837b51
uuid: ^3.0.7

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion packages/polygonid/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
git:
url: https://github.com/iden3/polygonid-flutter-sdk.git
ref: v2.2.8+2
web3dart: ^2.3.5
web3dart: ^2.5.1

dev_dependencies:
flutter_test:
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies:
tezart:
git:
url: https://github.com/autonomy-system/tezart.git
ref: e53e4ab9eaabea53cbf70e814efd2245b4659f48
ref: 7534512ff7c874251e5b1e1a426f5822a3837b51
timezone: ^0.9.2
uni_links: ^0.5.1
url_launcher: ^6.1.11
Expand All @@ -123,8 +123,6 @@ dependency_overrides:
http: ^1.0.0 #web3dart ^2.6.1 reqgetuires http ^0.13.5
intl: ^0.19.0 #force pinned version of intl because polygonID use older version
# logger: ^2.0.1
# path_provider: ^2.0.15 #polygonid_flutter_sdk from git which depends on path_provider 2.0.1
# web3dart: ^2.6.1 #polygonid depends on 2.3.5

dev_dependencies:
bloc_test: ^9.1.2
Expand Down

0 comments on commit dd9fea9

Please sign in to comment.