From 95737a1440607cd7fd2ad26c549f61941444fdc1 Mon Sep 17 00:00:00 2001 From: "tien.xuan.vo" Date: Sun, 15 Jun 2025 13:24:44 +0700 Subject: [PATCH] chore(deps): Move http package to dev_dependencies --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 4987fb4..fcdc585 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -114,7 +114,7 @@ packages: source: hosted version: "2.1.3" http: - dependency: "direct main" + dependency: "direct dev" description: name: http sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" diff --git a/pubspec.yaml b/pubspec.yaml index 4642787..ea73778 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,11 +10,11 @@ environment: dependencies: ffi: ^2.0.1 path: ^1.8.0 - http: ^0.13.3 logging: ^1.0.1 dev_dependencies: test: ^1.17.10 + http: ^0.13.3 executables: install: