Skip to content

deps: Fix version solving issue with checks #50

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

Merged
merged 1 commit into from
Apr 4, 2023
Merged
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
27 changes: 14 additions & 13 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,12 @@ packages:
checks:
dependency: "direct dev"
description:
name: checks
sha256: "028fb54c181e68edc3c891d7d45813937311e29c77609f513bb5025620637ffd"
url: "https://pub.dev"
source: hosted
version: "0.2.1"
path: "pkgs/checks"
ref: HEAD
resolved-ref: "78329319a535e3b7cc7bd056c149b47ff4149c57"
url: "[email protected]:dart-lang/test.git"
source: git
version: "0.2.2-dev"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -396,10 +397,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: c94db23593b89766cda57aab9ac311e3616cf87c6fa4e9749df032f66f30dcb8
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.dev"
source: hosted
version: "0.12.14"
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -681,26 +682,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be"
sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4"
url: "https://pub.dev"
source: hosted
version: "1.23.1"
version: "1.24.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: "6182294da5abf431177fccc1ee02401f6df30f766bc6130a0852c6b6d7ee6b2d"
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
url: "https://pub.dev"
source: hosted
version: "0.4.18"
version: "0.5.1"
test_core:
dependency: transitive
description:
name: test_core
sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af
sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93"
url: "https://pub.dev"
source: hosted
version: "0.4.24"
version: "0.5.1"
timing:
dependency: transitive
description:
Expand Down
8 changes: 7 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ dev_dependencies:
json_serializable: ^6.5.4
build_runner: ^2.3.3
test: ^1.23.1
checks: ^0.2.1
checks:
# Get an unpublished change to fix version solving:
# https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20version.20solving.20failed/near/1541309
# TODO: Try returning to published releases with the next one after 0.2.1.
git:
url: [email protected]:dart-lang/test.git
path: pkgs/checks

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down