We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0579c3 + cc0cbb6 commit 8aa6e2cCopy full SHA for 8aa6e2c
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 7.3.2
2
+- Allow analyzer 10 by allowing build_test 3x and dependency_validator 5x
3
+
4
## 7.3.1
5
- Set up gha-dart-oss
6
- Fix no_entrypoint_imports warnings
pubspec.yaml
@@ -10,10 +10,10 @@ dependencies:
10
dev_dependencies:
11
args: ^2.0.0
12
build_runner: ^2.1.2
13
- build_test: ^2.1.3
+ build_test: '>=2.1.3 <4.0.0'
14
build_web_compilers: '>=3.0.0 <5.0.0'
15
dart_dev: ^4.2.4
16
- dependency_validator: ^3.2.2
+ dependency_validator: '>=3.2.2 <6.0.0'
17
glob: ^2.0.0
18
matcher: ^0.12.11
19
mocktail: ^1.0.3
0 commit comments