Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions demo_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.7.11"
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 @@ -644,18 +652,26 @@ packages:
dependency: "direct dev"
description:
name: patrol
sha256: "7f030b709f42fa53cec593e8ad906f23b6730cdbe205ee59ad53eb2af2ee9d94"
sha256: "2bb991db06b5e1eb2ec5c803067c41316d94d01dda93ddf16f5342073d791a20"
url: "https://pub.dev"
source: hosted
version: "3.12.0"
version: "3.14.0"
patrol_finders:
dependency: "direct dev"
description:
name: patrol_finders
sha256: f1a9f53f8c0bcc6c5bf31a0c445ac526b0049f257c9ff94f4732ed47e6f14e09
sha256: "4c6d78e00362fd15d7c21cfac110e501d08ada7d77000bad139b0c3c2e27ccaf"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.7.0"
patrol_log:
dependency: transitive
description:
name: patrol_log
sha256: "98b2701400c7a00b11533ab942bdeb44c3c714746e7cdb12e6cb93b6d06361da"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
petitparser:
dependency: transitive
description:
Expand Down
6 changes: 2 additions & 4 deletions demo_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ dev_dependencies:
golden_toolkit: ^0.15.0
lint: any
measurer: ^2.1.1
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: ^3.14.0
patrol_finders: ^2.7.0
test: any

flutter:
Expand Down
Loading