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 @@ -185,6 +185,14 @@ packages:
185185 url: "https://pub.dev"
186186 source: hosted
187187 version: "0.7.11"
188+ dispose_scope:
189+ dependency: transitive
190+ description:
191+ name: dispose_scope
192+ sha256: "48ec38ca2631c53c4f8fa96b294c801e55c335db5e3fb9f82cede150cfe5a2af"
193+ url: "https://pub.dev"
194+ source: hosted
195+ version: "2.1.0"
188196 equatable:
189197 dependency: transitive
190198 description:
@@ -652,10 +660,18 @@ packages:
652660 dependency: "direct dev"
653661 description:
654662 name: patrol_finders
655- sha256: f1a9f53f8c0bcc6c5bf31a0c445ac526b0049f257c9ff94f4732ed47e6f14e09
663+ sha256: "4c6d78e00362fd15d7c21cfac110e501d08ada7d77000bad139b0c3c2e27ccaf"
656664 url: "https://pub.dev"
657665 source: hosted
658- version: "2.1.3"
666+ version: "2.7.0"
667+ patrol_log:
668+ dependency: transitive
669+ description:
670+ name: patrol_log
671+ sha256: "98b2701400c7a00b11533ab942bdeb44c3c714746e7cdb12e6cb93b6d06361da"
672+ url: "https://pub.dev"
673+ source: hosted
674+ version: "0.3.0"
659675 petitparser:
660676 dependency: transitive
661677 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.7.0
5656 test : any
5757
5858flutter :
You can’t perform that action at this time.
0 commit comments