From 2801f9a1b7cf332545ae4f63202298d08ed1ca0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:08:22 +0000 Subject: [PATCH] Bump intl from 0.17.0 to 0.18.0 Bumps [intl](https://github.com/dart-lang/intl) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/dart-lang/intl/releases) - [Changelog](https://github.com/dart-lang/intl/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/intl/commits) --- 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: