Skip to content

Commit dd790b1

Browse files
gnpricechrisbobbe
authored andcommitted
deps: Upgrade package:checks, returning to published releases
There's now a new published version, so we can switch to that. This effectively reverts e2d592d / #50.
1 parent 861a929 commit dd790b1

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

pubspec.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,11 @@ packages:
148148
checks:
149149
dependency: "direct dev"
150150
description:
151-
path: "pkgs/checks"
152-
ref: HEAD
153-
resolved-ref: "0b306dd5a8f9736fb428533b3ff3146e67380204"
154-
url: "[email protected]:dart-lang/test.git"
155-
source: git
156-
version: "0.2.3-wip"
151+
name: checks
152+
sha256: "03c1a2e4a4d3341ce0512f1401204ecdcdca8cc035e373820a73929cc0bf4fd3"
153+
url: "https://pub.dev"
154+
source: hosted
155+
version: "0.2.2"
157156
cli_util:
158157
dependency: transitive
159158
description:

pubspec.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ dev_dependencies:
6969
json_serializable: ^6.5.4
7070
build_runner: ^2.3.3
7171
test: ^1.23.1
72-
checks:
73-
# Get an unpublished change to fix version solving:
74-
# https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20version.20solving.20failed/near/1541309
75-
# TODO: Try returning to published releases with the next one after 0.2.1.
76-
git:
77-
url: [email protected]:dart-lang/test.git
78-
path: pkgs/checks
72+
checks: ^0.2.2
7973
drift_dev: ^2.5.2
8074

8175
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)