Skip to content

Commit e2d592d

Browse files
committed
deps: Fix version solving issue with checks
1 parent 1381f5e commit e2d592d

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

pubspec.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,12 @@ packages:
124124
checks:
125125
dependency: "direct dev"
126126
description:
127-
name: checks
128-
sha256: "028fb54c181e68edc3c891d7d45813937311e29c77609f513bb5025620637ffd"
129-
url: "https://pub.dev"
130-
source: hosted
131-
version: "0.2.1"
127+
path: "pkgs/checks"
128+
ref: HEAD
129+
resolved-ref: "78329319a535e3b7cc7bd056c149b47ff4149c57"
130+
url: "[email protected]:dart-lang/test.git"
131+
source: git
132+
version: "0.2.2-dev"
132133
clock:
133134
dependency: transitive
134135
description:
@@ -396,10 +397,10 @@ packages:
396397
dependency: transitive
397398
description:
398399
name: matcher
399-
sha256: c94db23593b89766cda57aab9ac311e3616cf87c6fa4e9749df032f66f30dcb8
400+
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
400401
url: "https://pub.dev"
401402
source: hosted
402-
version: "0.12.14"
403+
version: "0.12.15"
403404
material_color_utilities:
404405
dependency: transitive
405406
description:
@@ -681,26 +682,26 @@ packages:
681682
dependency: "direct dev"
682683
description:
683684
name: test
684-
sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be"
685+
sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4"
685686
url: "https://pub.dev"
686687
source: hosted
687-
version: "1.23.1"
688+
version: "1.24.1"
688689
test_api:
689690
dependency: transitive
690691
description:
691692
name: test_api
692-
sha256: "6182294da5abf431177fccc1ee02401f6df30f766bc6130a0852c6b6d7ee6b2d"
693+
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
693694
url: "https://pub.dev"
694695
source: hosted
695-
version: "0.4.18"
696+
version: "0.5.1"
696697
test_core:
697698
dependency: transitive
698699
description:
699700
name: test_core
700-
sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af
701+
sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93"
701702
url: "https://pub.dev"
702703
source: hosted
703-
version: "0.4.24"
704+
version: "0.5.1"
704705
timing:
705706
dependency: transitive
706707
description:

pubspec.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ dev_dependencies:
6262
json_serializable: ^6.5.4
6363
build_runner: ^2.3.3
6464
test: ^1.23.1
65-
checks: ^0.2.1
65+
checks:
66+
# Get an unpublished change to fix version solving:
67+
# https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20version.20solving.20failed/near/1541309
68+
# TODO: Try returning to published releases with the next one after 0.2.1.
69+
git:
70+
url: [email protected]:dart-lang/test.git
71+
path: pkgs/checks
6672

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

0 commit comments

Comments
 (0)