From 3e9da707e7e4e4d1c4a4f857a9e5870913044231 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 13 Feb 2025 19:21:34 -0600 Subject: [PATCH] Update and tighten dev dependency constraints --- CHANGELOG.md | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7450f99..0acbe0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ * Require Dart 2.18. * "Officially" deprecate `core.dart` and `io.dart` libraries. -* Remove the dependecy on `package:archive`. +* Remove the dependency on `package:archive`. ## 3.0.1 diff --git a/pubspec.yaml b/pubspec.yaml index 776a516..7fd6b85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: sync_http: ^0.3.0 dev_dependencies: - archive: ^3.3.0 + archive: ^4.0.2 lints: ^4.0.0 - test: ^1.16.0 + test: ^1.24.0