Skip to content

Commit

Permalink
Merge pull request #210 from Workiva/batch/fedx/pin_mockito_5
Browse files Browse the repository at this point in the history
Pin mockito 5
  • Loading branch information
rmconsole5-wk authored Mar 8, 2023
2 parents 33406e7 + d640ec3 commit 8c6faf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ dev_dependencies:
dart_style: ^2.1.1
dependency_validator: ^3.2.2
matcher: ^0.12.10
mockito: ^5.0.0
mockito: '>=5.0.0 <5.3.0' # pin to workaround https://github.com/dart-lang/mockito/issues/552
over_react: ^4.4.0
platform_detect: '>=1.4.2 <3.0.0'
react: ^6.1.6
test: ^1.16.8
w_flux: ^2.10.21
dependency_validator:
ignore:
- mockito

0 comments on commit 8c6faf9

Please sign in to comment.