diff --git a/_tests/pubspec.yaml b/_tests/pubspec.yaml index c40d2488d..6a941c476 100644 --- a/_tests/pubspec.yaml +++ b/_tests/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: ngdart: ^8.0.0-dev.3 ngtest: ^5.0.0-dev.2 source_gen: ^1.4.0 - test: ^1.24.4 + test: ">=1.24.0 <1.25.0" dev_dependencies: analyzer: ^6.0.0 diff --git a/ngast/pubspec.yaml b/ngast/pubspec.yaml index 7369b0b54..ab838aa0a 100644 --- a/ngast/pubspec.yaml +++ b/ngast/pubspec.yaml @@ -16,4 +16,4 @@ dependencies: dev_dependencies: lints: ^2.1.0 path: ^1.8.3 - test: ^1.24.4 + test: ">=1.24.0 <1.25.0" diff --git a/ngcompiler/pubspec.yaml b/ngcompiler/pubspec.yaml index 3c16a08e9..1782a3db0 100644 --- a/ngcompiler/pubspec.yaml +++ b/ngcompiler/pubspec.yaml @@ -29,4 +29,4 @@ dev_dependencies: build_test: ^2.2.1 lints: ^2.1.0 package_config: ^2.1.0 - test: ^1.24.4 + test: ">=1.24.0 <1.25.0" diff --git a/ngforms/pubspec.yaml b/ngforms/pubspec.yaml index 79ec8057a..96cfdf95d 100644 --- a/ngforms/pubspec.yaml +++ b/ngforms/pubspec.yaml @@ -19,4 +19,4 @@ dev_dependencies: lints: ^2.1.0 mockito: ^5.4.3 ngtest: ^5.0.0-dev.2 - test: ^1.24.4 + test: ">=1.24.0 <1.25.0" diff --git a/ngrouter/pubspec.yaml b/ngrouter/pubspec.yaml index bf191be1b..56fadb0a2 100644 --- a/ngrouter/pubspec.yaml +++ b/ngrouter/pubspec.yaml @@ -20,4 +20,4 @@ dev_dependencies: lints: ^2.1.0 mockito: ^5.4.3 ngtest: ^5.0.0-dev.2 - test: ^1.24.4 + test: ">=1.24.0 <1.25.0" diff --git a/ngtest/pubspec.yaml b/ngtest/pubspec.yaml index 1fe1f45c4..fb1f0baab 100644 --- a/ngtest/pubspec.yaml +++ b/ngtest/pubspec.yaml @@ -18,4 +18,4 @@ dev_dependencies: build_test: ^2.2.1 build_web_compilers: ^4.0.4 lints: ^2.1.0 - test: ^1.24.4 + test: ">=1.24.0 <1.25.0" diff --git a/tool/package_versions.yaml b/tool/package_versions.yaml index 71ff29a3a..df54bbb85 100644 --- a/tool/package_versions.yaml +++ b/tool/package_versions.yaml @@ -33,5 +33,5 @@ source_span: ^1.10.0 string_scanner: ^1.2.0 stream_transform: ^2.1.0 term_glyph: ^1.2.1 -test: ^1.24.4 -watcher: ^1.1.0 \ No newline at end of file +test: ">=1.24.0 <1.25.0" +watcher: ^1.1.0