From 23b67ab8d7700c9ce828ee2afa0f4ad5f0c1bb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 09:39:20 +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 4e52c11..ef73093 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: