Skip to content

Commit

Permalink
Update dependency patrol_finders to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 0fa344e commit f48609e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions demo_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.7.10"
dispose_scope:
dependency: transitive
description:
name: dispose_scope
sha256: "48ec38ca2631c53c4f8fa96b294c801e55c335db5e3fb9f82cede150cfe5a2af"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -665,10 +673,18 @@ packages:
dependency: "direct dev"
description:
name: patrol_finders
sha256: f1a9f53f8c0bcc6c5bf31a0c445ac526b0049f257c9ff94f4732ed47e6f14e09
sha256: "52cec2dbb3440994ada2053c3d4fe64d8665ed8a8342643c0c93c3ced85c4c5d"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.3.0"
patrol_log:
dependency: transitive
description:
name: patrol_log
sha256: d9fa8a865e7c84477e888c1b97a6a783e765991ada94f0f053cbef9763b22bbe
url: "https://pub.dev"
source: hosted
version: "0.0.1+2"
petitparser:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demo_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev_dependencies:
patrol: ^3.12.0
# TODO: remove this when patrol version > 3.12, related to this error:
# A constant constructor can't call a non-constant super constructor (PatrolIntegrationTester)
patrol_finders: 2.1.3
patrol_finders: 2.3.0
test: any

flutter:
Expand Down

0 comments on commit f48609e

Please sign in to comment.