Skip to content

Commit

Permalink
Update dependency patrol_finders to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 0fa344e commit c68f452
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: "3ecd1df127024ff0b5bc5df64aecf6068813d7e88cf9fddb162369e29c2da2a7"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.5.0"
patrol_log:
dependency: transitive
description:
name: patrol_log
sha256: a984718fd900163fc3478dae5befa09e14ba25f86263ffed460c7589b7d8be5c
url: "https://pub.dev"
source: hosted
version: "0.2.0"
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.5.0
test: any

flutter:
Expand Down

0 comments on commit c68f452

Please sign in to comment.