From 092aa26fb5aa304ab08df0e63f94640ad2c75b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 20:24:21 +0000 Subject: [PATCH] Bump intl from 0.17.0 to 0.18.1 Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.17.0 to 0.18.1. - [Release notes](https://github.com/dart-lang/i18n/releases) - [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.18.1/pkgs) --- updated-dependencies: - dependency-name: intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d1b198c..b90839d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - intl: ^0.17.0 + intl: ">=0.17.0 <0.19.0" dev_dependencies: flutter_test: