From b0a766e66251bc2cc144b169cbb3fca95585650d Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 14 Nov 2024 12:23:46 +0100 Subject: [PATCH] Upgrade to 1.1.0 instead --- pkgs/intl/CHANGELOG.md | 4 ++-- pkgs/intl/pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index e56553d7..a0c1234b 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.20.1-wip - * Upgrade `package:web` dependency constraint to `">=0.5.1 <2.0.0"`, fixes - issue [#916](https://github.com/dart-lang/i18n/issues/916). + * Upgrade `package:web` dependency constraint to `1.1.0`, fixes issue + [#916](https://github.com/dart-lang/i18n/issues/916). ## 0.20.0 * Fix caching of messages in `CompositeMessageLookup`. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 0daaca8c..900bb64f 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -18,11 +18,11 @@ dependencies: http: ^1.0.0 meta: ^1.0.2 path: ^1.8.0 - web: ">=0.5.1 <2.0.0" + web: ^1.1.0 dev_dependencies: benchmark_harness: ^2.2.0 - ffi: ^1.0.0 + ffi: ^2.1.3 fixnum: ^1.0.0 - lints: ^4.0.0 + lints: ^5.1.0 test: ^1.16.0