From d970e6017515074ca99f61fc5d5c364d3f4ea5a9 Mon Sep 17 00:00:00 2001 From: Bjoern Muntwyler Date: Fri, 27 Sep 2024 16:38:18 +0200 Subject: [PATCH] Bump intl dependency to 0.19.0 --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 43c1004..102a521 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -277,10 +277,10 @@ packages: dependency: "direct main" description: name: intl - sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d" + sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf url: "https://pub.dev" source: hosted - version: "0.18.1" + version: "0.19.0" io: dependency: transitive description: @@ -618,4 +618,4 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=2.18.0 <4.0.0" + dart: ">=3.0.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 59c8bf0..23f5d6e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: http: ">=0.13.0 <2.0.0" csv: ">=4.1.0 <7.0.0" universal_io: ^2.0.4 - intl: ">=0.17.0 <0.19.0" + intl: ^0.19.0 meta: ^1.1.8 dev_dependencies: