diff --git a/pubspec.yaml b/pubspec.yaml index cf94c11..30450ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,6 +10,6 @@ environment: dependencies: dev_dependencies: - build_runner: ^1.10.1 - build_web_compilers: ^2.9.0 - pedantic: ^1.9.0 + build_runner: ">=1.10.1 <2.0.0" + build_web_compilers: ">=2.9.0 <3.0.0" + pedantic: ">=1.9.0 <2.0.0"