File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff 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: "3ecd1df127024ff0b5bc5df64aecf6068813d7e88cf9fddb162369e29c2da2a7"
669677 url: "https://pub.dev"
670678 source: hosted
671- version: "2.1.3"
679+ version: "2.5.0"
680+ patrol_log:
681+ dependency: transitive
682+ description:
683+ name: patrol_log
684+ sha256: a984718fd900163fc3478dae5befa09e14ba25f86263ffed460c7589b7d8be5c
685+ url: "https://pub.dev"
686+ source: hosted
687+ version: "0.2.0"
672688 petitparser:
673689 dependency: transitive
674690 description:
Original file line number Diff line number Diff 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.0
5656 test : any
5757
5858flutter :
You can’t perform that action at this time.
0 commit comments