diff --git a/CHANGELOG.md b/CHANGELOG.md index cd12c38..0f02f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # OverReact Test Changelog +## 3.0.4 +* Allow analyzer 10 ([#177]https://github.com/Workiva/over_react_test/pull/177) ## 3.0.3 * Set up gha-dart-oss ([#174](https://github.com/Workiva/over_react_test/pull/174)) diff --git a/pubspec.yaml b/pubspec.yaml index 52573cf..bb601f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: dart_dev: ^4.1.0 build_runner: ^2.1.2 - build_test: ^2.1.3 - build_web_compilers: ^3.0.0 - dependency_validator: ^3.2.2 + build_test: '>=2.1.3 <4.0.0' + build_web_compilers: '>=3.0.0 <5.0.0' + dependency_validator: '>=3.2.2 <6.0.0' pedantic: ^1.8.0