From c14e440994a7580f443cae9d6b874dd185db357e Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 28 Mar 2024 16:01:48 -0700 Subject: [PATCH] Make `test` a dev_dependency (#1166) --- pkgs/http_profile/pubspec.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/http_profile/pubspec.yaml b/pkgs/http_profile/pubspec.yaml index 93b55f296c..b86ddc200c 100644 --- a/pkgs/http_profile/pubspec.yaml +++ b/pkgs/http_profile/pubspec.yaml @@ -10,8 +10,6 @@ environment: # TODO(derekxu16): Change the following constraint to ^3.4.0 before publishing this package. sdk: ^3.4.0-154.0.dev -dependencies: - test: ^1.24.9 - dev_dependencies: dart_flutter_team_lints: ^2.1.1 + test: ^1.24.9