From 80424063c7e0f7ca2440cc9d712992859417ffc8 Mon Sep 17 00:00:00 2001 From: alperenekin Date: Tue, 21 May 2024 16:33:07 +0200 Subject: [PATCH 1/2] Update deprecated dependencies --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c2a9663c..52de0e55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,14 +18,14 @@ dependencies: args: ^2.0.0 collection: ^1.16.0 crypto: ^3.0.0 - file: ^6.0.0 + file: ^7.0.0 glob: ^2.0.1 html: ^0.15.0 http: ^1.1.0 meta: ^1.7.0 path: ^1.8.0 platform: ^3.1.0 # overridden for lowest versions compatibility - pub_updater: ^0.3.0 + pub_updater: ^0.4.0 source_span: ^1.10.0 uuid: ^4.1.0 xml: ">=5.3.0 <7.0.0" From f19c5ef2f0f098eb7d8758e06d284e4da07e014a Mon Sep 17 00:00:00 2001 From: alperenekin Date: Wed, 31 Jul 2024 17:42:54 +0200 Subject: [PATCH 2/2] Update dependencies to larger range --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 52de0e55..ac8f4f10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,14 +18,14 @@ dependencies: args: ^2.0.0 collection: ^1.16.0 crypto: ^3.0.0 - file: ^7.0.0 + file: '>=6.0.0 <8.0.0' glob: ^2.0.1 html: ^0.15.0 http: ^1.1.0 meta: ^1.7.0 path: ^1.8.0 platform: ^3.1.0 # overridden for lowest versions compatibility - pub_updater: ^0.4.0 + pub_updater: '>=0.3.0 <0.5.0' source_span: ^1.10.0 uuid: ^4.1.0 xml: ">=5.3.0 <7.0.0"