Skip to content

Commit

Permalink
Merge pull request #224 from Workiva/batch/fedx/avoid_meta_1_10_0
Browse files Browse the repository at this point in the history
Avoid meta 1.10.0 problem by unblocking analyzer 5
  • Loading branch information
rm-astro-wf authored Sep 8, 2023
2 parents d32c880 + d70b891 commit 4776e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ dev_dependencies:
w_flux: ^2.10.21
w_module:

dependency_validator:
ignore:
- mockito

dependency_overrides:
w_module:
path: ../
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ dev_dependencies:
dart_style: ^2.1.1
dependency_validator: ^3.2.2
matcher: ^0.12.10
mockito: '>=5.0.0 <5.3.0' # pin to workaround https://github.com/dart-lang/mockito/issues/552
mockito: ^5.3.1
test: ^1.16.8

dependency_validator:
exclude:
- "example/**"
ignore:
- mockito

0 comments on commit 4776e2c

Please sign in to comment.