Skip to content

Commit 3606e9b

Browse files
Update dependency patrol_finders to v2.5.1
1 parent 0fa344e commit 3606e9b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

demo_app/pubspec.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ packages:
190190
url: "https://pub.dev"
191191
source: hosted
192192
version: "0.7.10"
193+
dispose_scope:
194+
dependency: transitive
195+
description:
196+
name: dispose_scope
197+
sha256: "48ec38ca2631c53c4f8fa96b294c801e55c335db5e3fb9f82cede150cfe5a2af"
198+
url: "https://pub.dev"
199+
source: hosted
200+
version: "2.1.0"
193201
equatable:
194202
dependency: transitive
195203
description:
@@ -665,10 +673,18 @@ packages:
665673
dependency: "direct dev"
666674
description:
667675
name: patrol_finders
668-
sha256: f1a9f53f8c0bcc6c5bf31a0c445ac526b0049f257c9ff94f4732ed47e6f14e09
676+
sha256: "6dfa07aa951f1d769f0a736f4fd4eb63d99ef32931aaaa39e0d24126ddfe9cd9"
669677
url: "https://pub.dev"
670678
source: hosted
671-
version: "2.1.3"
679+
version: "2.5.1"
680+
patrol_log:
681+
dependency: transitive
682+
description:
683+
name: patrol_log
684+
sha256: fb67013a5305cfd30a374cce3c5ea5a99613335d8cf31c250ecb0dda75deec21
685+
url: "https://pub.dev"
686+
source: hosted
687+
version: "0.2.1"
672688
petitparser:
673689
dependency: transitive
674690
description:

demo_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev_dependencies:
5252
patrol: ^3.12.0
5353
# TODO: remove this when patrol version > 3.12, related to this error:
5454
# A constant constructor can't call a non-constant super constructor (PatrolIntegrationTester)
55-
patrol_finders: 2.1.3
55+
patrol_finders: 2.5.1
5656
test: any
5757

5858
flutter:

0 commit comments

Comments
 (0)