Skip to content

Commit

Permalink
update packages references from relative path to git
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Aug 2, 2021
1 parent 5f4b350 commit b5def25
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 16 deletions.
50 changes: 47 additions & 3 deletions packages/cosmos_ui_components/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
bip39:
dependency: transitive
description:
name: bip39
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.6"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -43,13 +50,29 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
cosmos_utils:
dependency: "direct main"
description:
path: "../cosmos_utils"
relative: true
source: path
path: "packages/cosmos_utils"
ref: main
resolved-ref: "5f4b35053f2c6775c5109d01e0ec6ff975286f32"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
dartz:
dependency: transitive
description:
Expand All @@ -74,6 +97,20 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
hex:
dependency: transitive
description:
name: hex
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3"
lint:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -102,6 +139,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
pointycastle:
dependency: transitive
description:
name: pointycastle
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
5 changes: 4 additions & 1 deletion packages/cosmos_ui_components/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ dependencies:
flutter:
sdk: flutter
cosmos_utils:
path: ../cosmos_utils/
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_utils
ref: main


dev_dependencies:
Expand Down
8 changes: 5 additions & 3 deletions packages/transaction_signing_gateway/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ packages:
cosmos_utils:
dependency: "direct main"
description:
path: "../cosmos_utils"
relative: true
source: path
path: "packages/cosmos_utils"
ref: main
resolved-ref: "5f4b35053f2c6775c5109d01e0ec6ff975286f32"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
crypto:
dependency: transitive
Expand Down
5 changes: 4 additions & 1 deletion packages/transaction_signing_gateway/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ dependencies:
encrypt: 5.0.0
alan: 0.40.2+1
cosmos_utils:
path: ../cosmos_utils/
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_utils
ref: main

dev_dependencies:
flutter_test:
Expand Down
16 changes: 10 additions & 6 deletions starport_template/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,20 @@ packages:
cosmos_ui_components:
dependency: "direct main"
description:
path: "../packages/cosmos_ui_components"
relative: true
source: path
path: "packages/cosmos_ui_components"
ref: main
resolved-ref: "2094d62b6ca111c0a7586609a65b15b24df76f7c"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
cosmos_utils:
dependency: "direct main"
description:
path: "../packages/cosmos_utils"
relative: true
source: path
path: "packages/cosmos_utils"
ref: main
resolved-ref: "2094d62b6ca111c0a7586609a65b15b24df76f7c"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
crypto:
dependency: transitive
Expand Down
12 changes: 10 additions & 2 deletions starport_template/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ dependencies:
sdk: flutter
transaction_signing_gateway:
path: ../packages/transaction_signing_gateway

cosmos_ui_components:
path: ../packages/cosmos_ui_components
git:
url: https://github.com/tendermint/flutter.git
path: packages/cosmos_ui_components
ref: main

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

cupertino_icons: ^1.0.3

Expand Down

0 comments on commit b5def25

Please sign in to comment.