| commit | ebe0b1237f874f6c5160a6931868e69303fdd318 | [log] [tgz] |
|---|---|---|
| author | Jake Macdonald <[email protected]> | Wed Sep 11 21:18:14 2024 |
| committer | Jake Macdonald <[email protected]> | Wed Sep 11 21:18:14 2024 |
| tree | ac47a42edcf1e56a4ad204ce0c5ad589df540375 | |
| parent | c1614bea41f0b7045a4ef3abdeec92df1f800cf2 [diff] |
move http to dev dependency
diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index 7421e07..2dba69b 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml
@@ -12,7 +12,6 @@ async: ^2.5.0 boolean_selector: ^2.1.0 collection: ^1.15.0 - http: ^1.2.2 meta: ^1.14.0 source_span: ^1.8.0 stack_trace: ^1.10.0 @@ -25,6 +24,7 @@ fake_async: ^1.2.0 glob: ^2.0.0 graphs: ^2.0.0 + http: ^1.2.2 path: ^1.8.0 test: any test_core: any