Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
chore: drop pubspec overrides (#2234)
Browse files Browse the repository at this point in the history
* chore: drop pubspec overrides
* chore: bump subiquity_client.dart

Ref: canonical/subiquity_client.dart#150
  • Loading branch information
jpnurmi authored Jul 11, 2023
1 parent 4b33b17 commit c92a785
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ coverage/
*.iml
.vscode/
.dart_tool/

pubspec_overrides.yaml
/*.snap
19 changes: 5 additions & 14 deletions packages/ubuntu_desktop_installer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies:
split_view: ^3.2.1
stdlibc: ^0.1.0
subiquity_client:
git:
url: https://github.com/canonical/subiquity_client.dart.git
path: ../subiquity_client
timezone_map:
git:
url: https://github.com/canonical/ubuntu-flutter-plugins.git
Expand All @@ -48,20 +47,14 @@ dependencies:
ubuntu_localizations: ^0.3.3
ubuntu_logger: ^0.0.3
ubuntu_provision:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_provision
path: ../ubuntu_provision
ubuntu_service: ^0.2.2
ubuntu_session: ^0.0.4
ubuntu_utils:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_utils
path: ../ubuntu_utils
ubuntu_widgets: ^0.1.0
ubuntu_wizard:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_wizard
path: ../ubuntu_wizard
udev: ^0.0.3
yaru: ^0.9.0
yaru_icons: ^1.0.0
Expand All @@ -78,9 +71,7 @@ dev_dependencies:
sdk: flutter
mockito: 5.4.2
subiquity_test:
git:
url: https://github.com/canonical/subiquity_client.dart.git
path: packages/subiquity_test
path: ../subiquity_client/packages/subiquity_test
ubuntu_test: ^0.1.0-0
yaml: ^3.1.0
yaru_test: ^0.1.0
Expand Down
11 changes: 0 additions & 11 deletions packages/ubuntu_desktop_installer/pubspec_overrides.yaml

This file was deleted.

11 changes: 3 additions & 8 deletions packages/ubuntu_provision/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dependencies:
safe_change_notifier: ^0.3.0
stdlibc: ^0.1.0
subiquity_client:
git:
url: https://github.com/canonical/subiquity_client.dart.git
path: ../subiquity_client
timezone_map:
git:
url: https://github.com/canonical/ubuntu-flutter-plugins.git
Expand All @@ -38,14 +37,10 @@ dependencies:
ubuntu_service: ^0.2.2
ubuntu_session: ^0.0.4
ubuntu_utils:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_utils
path: ../ubuntu_utils
ubuntu_widgets: ^0.1.0
ubuntu_wizard:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_wizard
path: ../ubuntu_wizard
udev: ^0.0.3
upower: ^0.7.0
yaru: ^0.9.0
Expand Down
7 changes: 0 additions & 7 deletions packages/ubuntu_provision/pubspec_overrides.yaml

This file was deleted.

13 changes: 3 additions & 10 deletions packages/ubuntu_welcome/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,19 @@ dependencies:
url: https://github.com/canonical/ubuntu-flutter-plugins.git
path: packages/timezone_map
ref: 5af6896c75b5ab8f78b93f7f358836a8c4c7857f
# TODO: move shared pages to a separate package
ubuntu_desktop_installer:
path: ../ubuntu_desktop_installer
ubuntu_localizations: ^0.3.3
ubuntu_logger: ^0.0.3
ubuntu_provision:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_provision
path: ../ubuntu_provision
ubuntu_service: ^0.2.0
ubuntu_session: ^0.0.4
ubuntu_utils:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_utils
path: ../ubuntu_utils
ubuntu_widgets: ^0.1.0
ubuntu_wizard:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_wizard
path: ../ubuntu_wizard
xdg_locale: ^0.0.1
yaru: ^0.9.0
yaru_icons: ^1.0.0
Expand Down
14 changes: 0 additions & 14 deletions packages/ubuntu_welcome/pubspec_overrides.yaml

This file was deleted.

16 changes: 4 additions & 12 deletions packages/ubuntu_wsl_setup/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,15 @@ dependencies:
safe_change_notifier: ^0.3.0
scroll_to_index: ^3.0.0
subiquity_client:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/subiquity_client
path: ../subiquity_client
ubuntu_localizations: ^0.3.3
ubuntu_logger: ^0.0.3
ubuntu_service: ^0.2.0
ubuntu_utils:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_utils
path: ../ubuntu_utils
ubuntu_widgets: ^0.1.0
ubuntu_wizard:
git:
url: https://github.com/canonical/ubuntu-desktop-installer.git
path: packages/ubuntu_wizard
path: ../ubuntu_wizard
yaru: ^0.9.0
yaru_icons: ^1.0.0
yaru_widgets: ^2.5.0
Expand All @@ -50,9 +44,7 @@ dev_dependencies:
sdk: flutter
mockito: 5.4.2
subiquity_test:
git:
url: https://github.com/canonical/subiquity_client.dart.git
path: packages/subiquity_test
path: ../subiquity_client/packages/subiquity_test
ubuntu_test: ^0.1.0-0
yaru_test: ^0.1.0

Expand Down
9 changes: 0 additions & 9 deletions packages/ubuntu_wsl_setup/pubspec_overrides.yaml

This file was deleted.

0 comments on commit c92a785

Please sign in to comment.