Skip to content

Commit

Permalink
fix: update library references (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm authored Dec 17, 2021
1 parent 64ebcf7 commit a13c55b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/cosmos_ui_components/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ packages:
dependency: "direct main"
description:
path: "packages/cosmos_utils"
ref: starport-redesign
resolved-ref: "162e75a25f96f39162c33388117161ef6defcced"
ref: main
resolved-ref: "64ebcf772808420a500cdb7a981bda9e4157dc22"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos_ui_components/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_utils
ref: starport-redesign
ref: main

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions packages/transaction_signing_gateway/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.2.0"
build_config:
dependency: transitive
description:
Expand Down Expand Up @@ -166,8 +166,8 @@ packages:
dependency: "direct main"
description:
path: "packages/cosmos_utils"
ref: starport-redesign
resolved-ref: "162e75a25f96f39162c33388117161ef6defcced"
ref: main
resolved-ref: "64ebcf772808420a500cdb7a981bda9e4157dc22"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction_signing_gateway/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_utils
ref: starport-redesign
ref: main

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions starport_template/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ dependencies:
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_ui_components
ref: starport-redesign
ref: main

cosmos_utils:
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_utils
ref: starport-redesign
ref: main

transaction_signing_gateway:
git:
url: https://github.com/tendermint/flutter.git
path: packages/transaction_signing_gateway
ref: starport-redesign
ref: main

cupertino_icons: 1.0.4

Expand Down

0 comments on commit a13c55b

Please sign in to comment.