Skip to content

Commit

Permalink
changed git dependencies to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarika Gautam authored and Sarika Gautam committed May 9, 2022
1 parent 6d258cb commit 295e066
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ packages:
description:
path: at_common_flutter
ref: "fix/missing-fontweight"
resolved-ref: "552a6f4c11f6cd25b89f9508fe47b4a643619f0f"
url: "git@github.com:atsign-foundation/at_widgets.git"
resolved-ref: da2090e4fd06567e872f4b5ee791d239642852fe
url: "https://github.com/atsign-foundation/at_widgets"
source: git
version: "2.0.6"
version: "2.0.7"
at_commons:
dependency: "direct main"
description:
Expand All @@ -100,18 +100,18 @@ packages:
dependency: "direct main"
description:
path: at_contacts_flutter
ref: "fix/missing-fontweight"
resolved-ref: "552a6f4c11f6cd25b89f9508fe47b4a643619f0f"
url: "git@github.com:atsign-foundation/at_widgets.git"
ref: "feat/598"
resolved-ref: a4ecda2faf1ffb8d7855aafaa09e129dbac8825f
url: "https://github.com/atsign-foundation/at_widgets"
source: git
version: "4.0.3"
at_contacts_group_flutter:
dependency: "direct main"
description:
path: at_contacts_group_flutter
ref: "fix/missing-fontweight"
resolved-ref: "552a6f4c11f6cd25b89f9508fe47b4a643619f0f"
url: "git@github.com:atsign-foundation/at_widgets.git"
ref: "feat/598"
resolved-ref: a4ecda2faf1ffb8d7855aafaa09e129dbac8825f
url: "https://github.com/atsign-foundation/at_widgets"
source: git
version: "4.0.3"
at_lookup:
Expand All @@ -126,10 +126,10 @@ packages:
description:
path: at_onboarding_flutter
ref: "fix/missing-fontweight"
resolved-ref: "552a6f4c11f6cd25b89f9508fe47b4a643619f0f"
url: "git@github.com:atsign-foundation/at_widgets.git"
resolved-ref: da2090e4fd06567e872f4b5ee791d239642852fe
url: "https://github.com/atsign-foundation/at_widgets"
source: git
version: "4.0.1"
version: "4.0.2"
at_persistence_secondary_server:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,22 @@ dependency_overrides:
path: at_client
at_contacts_flutter:
git:
url: git@github.com:atsign-foundation/at_widgets.git
url: https://github.com/atsign-foundation/at_widgets
ref: feat/598
path: at_contacts_flutter
at_common_flutter:
git:
url: git@github.com:atsign-foundation/at_widgets.git
url: https://github.com/atsign-foundation/at_widgets
ref: fix/missing-fontweight
path: at_common_flutter
at_onboarding_flutter:
at_onboarding_flutter:
git:
url: git@github.com:atsign-foundation/at_widgets.git
url: https://github.com/atsign-foundation/at_widgets
ref: fix/missing-fontweight
path: at_onboarding_flutter
at_contacts_group_flutter:
git:
url: git@github.com:atsign-foundation/at_widgets.git
url: https://github.com/atsign-foundation/at_widgets
ref: feat/598
path: at_contacts_group_flutter

Expand Down

0 comments on commit 295e066

Please sign in to comment.