File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Expand file tree Collapse file tree 2 files changed +22
-8
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:
@@ -644,18 +652,26 @@ packages:
644652 dependency: "direct dev"
645653 description:
646654 name: patrol
647- sha256: "7f030b709f42fa53cec593e8ad906f23b6730cdbe205ee59ad53eb2af2ee9d94 "
655+ sha256: "2bb991db06b5e1eb2ec5c803067c41316d94d01dda93ddf16f5342073d791a20 "
648656 url: "https://pub.dev"
649657 source: hosted
650- version: "3.12 .0"
658+ version: "3.14 .0"
651659 patrol_finders:
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 @@ -49,10 +49,8 @@ dev_dependencies:
4949 golden_toolkit : ^0.15.0
5050 lint : any
5151 measurer : ^2.1.1
52- patrol : ^3.12.0
53- # TODO: remove this when patrol version > 3.12, related to this error:
54- # A constant constructor can't call a non-constant super constructor (PatrolIntegrationTester)
55- patrol_finders : 2.1.3
52+ patrol : ^3.14.0
53+ patrol_finders : ^2.7.0
5654 test : any
5755
5856flutter :
You can’t perform that action at this time.
0 commit comments