From 43dd0a7be02de4f59ab9b2d0e247af23e778a87c Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Fri, 8 Nov 2024 01:49:25 +0000 Subject: [PATCH] Sort deps --- integration_tests/regression/pubspec.yaml | 2 +- integration_tests/spawn_hybrid/pubspec.yaml | 2 +- integration_tests/wasm/pubspec.yaml | 2 +- pkgs/fake_async/pubspec.yaml | 2 +- pkgs/test_api/pubspec.yaml | 2 +- pkgs/test_core/pubspec.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration_tests/regression/pubspec.yaml b/integration_tests/regression/pubspec.yaml index e796f6ced..7d0e16a43 100644 --- a/integration_tests/regression/pubspec.yaml +++ b/integration_tests/regression/pubspec.yaml @@ -4,5 +4,5 @@ environment: sdk: ^3.5.0-311.0.dev resolution: workspace dependencies: - test: any matcher: any + test: any diff --git a/integration_tests/spawn_hybrid/pubspec.yaml b/integration_tests/spawn_hybrid/pubspec.yaml index 90de991a7..8bc49ca7d 100644 --- a/integration_tests/spawn_hybrid/pubspec.yaml +++ b/integration_tests/spawn_hybrid/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: path: ^1.8.2 stream_channel: ^2.1.0 dev_dependencies: + matcher: any other_package: path: other_package/ test: any - matcher: any diff --git a/integration_tests/wasm/pubspec.yaml b/integration_tests/wasm/pubspec.yaml index f3c6d2397..bb5aa2898 100644 --- a/integration_tests/wasm/pubspec.yaml +++ b/integration_tests/wasm/pubspec.yaml @@ -4,5 +4,5 @@ environment: sdk: ^3.5.0-311.0.dev resolution: workspace dev_dependencies: - test: any matcher: any + test: any diff --git a/pkgs/fake_async/pubspec.yaml b/pkgs/fake_async/pubspec.yaml index 7c4660b5d..1805efa14 100644 --- a/pkgs/fake_async/pubspec.yaml +++ b/pkgs/fake_async/pubspec.yaml @@ -14,5 +14,5 @@ dependencies: dev_dependencies: async: ^2.5.0 dart_flutter_team_lints: ^2.0.0 - test: ^1.16.0 matcher: any + test: ^1.16.0 diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index c1d22705c..5b899531a 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -24,7 +24,7 @@ dev_dependencies: fake_async: ^1.2.0 glob: ^2.0.0 graphs: ^2.0.0 + matcher: any path: ^1.8.0 test: any test_core: any - matcher: any diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 4a7581af3..2c758e3f6 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -32,5 +32,5 @@ dependencies: yaml: ^3.0.0 dev_dependencies: - test: any matcher: any + test: any