Skip to content

Commit 8aa6e2c

Browse files
Merge pull request #426 from Workiva/allow_analyzer_10
Update dependencies to allow analyzer 10
2 parents c0579c3 + cc0cbb6 commit 8aa6e2c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 7.3.2
2+
- Allow analyzer 10 by allowing build_test 3x and dependency_validator 5x
3+
14
## 7.3.1
25
- Set up gha-dart-oss
36
- Fix no_entrypoint_imports warnings

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies:
1010
dev_dependencies:
1111
args: ^2.0.0
1212
build_runner: ^2.1.2
13-
build_test: ^2.1.3
13+
build_test: '>=2.1.3 <4.0.0'
1414
build_web_compilers: '>=3.0.0 <5.0.0'
1515
dart_dev: ^4.2.4
16-
dependency_validator: ^3.2.2
16+
dependency_validator: '>=3.2.2 <6.0.0'
1717
glob: ^2.0.0
1818
matcher: ^0.12.11
1919
mocktail: ^1.0.3

0 commit comments

Comments
 (0)