Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<DO NOT MERGE>test: Add dependency overrides for at_chops and at_auth packages #1426

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion packages/at_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,21 @@ dependencies:
meta: ^1.8.0
version: ^3.0.2

dependency_overrides:
at_auth:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_auth
ref: 604-support-password-protected-encryption-ofatkeys-files
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: 604-support-password-protected-encryption-ofatkeys-files

dev_dependencies:
lints: ^4.0.0
test: ^1.21.4
test: ^1.25.8
at_demo_data: ^1.0.1
coverage: ^1.5.0
mocktail: ^1.0.3
14 changes: 14 additions & 0 deletions packages/at_client_mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ dependencies:
encrypt: ^5.0.3
at_persistence_secondary_server: ^3.0.64

dependency_overrides:
at_client:
path: ../at_client
at_auth:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_auth
ref: 604-support-password-protected-encryption-ofatkeys-files
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: 604-support-password-protected-encryption-ofatkeys-files

dev_dependencies:
lints: ^4.0.0
test: ^1.25.2
Expand Down
13 changes: 13 additions & 0 deletions tests/at_end2end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ dependencies:
at_client:
path: ../../packages/at_client

dependency_overrides:
at_auth:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_auth
ref: 604-support-password-protected-encryption-ofatkeys-files
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: 604-support-password-protected-encryption-ofatkeys-files


dev_dependencies:
test: ^1.24.3
lints: ^2.0.0
Expand Down
14 changes: 13 additions & 1 deletion tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,19 @@ dependencies:
at_auth: ^2.0.7
at_lookup: ^3.0.49

dependency_overrides:
at_auth:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_auth
ref: 604-support-password-protected-encryption-ofatkeys-files
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: 604-support-password-protected-encryption-ofatkeys-files

dev_dependencies:
test: ^1.24.3
test: ^1.25.8
lints: ^2.0.0
coverage: ^1.5.0
Loading