File tree 2 files changed +21
-14
lines changed
2 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,12 @@ packages:
124
124
checks:
125
125
dependency: "direct dev"
126
126
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"
132
133
clock:
133
134
dependency: transitive
134
135
description:
@@ -396,10 +397,10 @@ packages:
396
397
dependency: transitive
397
398
description:
398
399
name: matcher
399
- sha256: c94db23593b89766cda57aab9ac311e3616cf87c6fa4e9749df032f66f30dcb8
400
+ sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
400
401
url: "https://pub.dev"
401
402
source: hosted
402
- version: "0.12.14 "
403
+ version: "0.12.15 "
403
404
material_color_utilities:
404
405
dependency: transitive
405
406
description:
@@ -681,26 +682,26 @@ packages:
681
682
dependency: "direct dev"
682
683
description:
683
684
name: test
684
- sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be "
685
+ sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4 "
685
686
url: "https://pub.dev"
686
687
source: hosted
687
- version: "1.23 .1"
688
+ version: "1.24 .1"
688
689
test_api:
689
690
dependency: transitive
690
691
description:
691
692
name: test_api
692
- sha256: "6182294da5abf431177fccc1ee02401f6df30f766bc6130a0852c6b6d7ee6b2d"
693
+ sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
693
694
url: "https://pub.dev"
694
695
source: hosted
695
- version: "0.4.18 "
696
+ version: "0.5.1 "
696
697
test_core:
697
698
dependency: transitive
698
699
description:
699
700
name: test_core
700
- sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af
701
+ sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93"
701
702
url: "https://pub.dev"
702
703
source: hosted
703
- version: "0.4.24 "
704
+ version: "0.5.1 "
704
705
timing:
705
706
dependency: transitive
706
707
description:
Original file line number Diff line number Diff line change @@ -62,7 +62,13 @@ dev_dependencies:
62
62
json_serializable : ^6.5.4
63
63
build_runner : ^2.3.3
64
64
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
66
72
67
73
# For information on the generic Dart part of this file, see the
68
74
# following page: https://dart.dev/tools/pub/pubspec
You can’t perform that action at this time.
0 commit comments