Skip to content

Commit

Permalink
Merge pull request #136 from Workiva/batch/fea/narrow_dependency_vali…
Browse files Browse the repository at this point in the history
…dator_range

Narrow dependency_validator range to avoid NNBD issue
  • Loading branch information
rmconsole7-wk authored Jul 15, 2022
2 parents b9688b5 + a7c8754 commit 3968d3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
react: ^6.0.1
test: ^1.15.7
dev_dependencies:
build_runner: '>=1.7.1 <3.0.0'
build_test: ">=0.10.9 <3.0.0"
build_web_compilers: '>=2.12.0 <4.0.0'
dependency_validator: '>=2.0.0 <4.0.0'
build_runner: ^2.1.2
build_test: ^2.1.3
build_web_compilers: ^3.0.0
dependency_validator: ^3.2.2
pedantic: ^1.8.0

dependency_validator:
ignore:
- meta # until we can remove the pin on meta
- meta # until we can remove the pin on meta

0 comments on commit 3968d3f

Please sign in to comment.