From 6cfa6ccb9bbe096497b87968c7dd7713c6865829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:12:43 +0000 Subject: [PATCH] Bump intl from 0.19.0 to 0.20.1 in /example Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.19.0 to 0.20.1. - [Release notes](https://github.com/dart-lang/i18n/releases) - [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.1/pkgs) --- updated-dependencies: - dependency-name: intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f11bbaa..6d1deb4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -9,4 +9,4 @@ environment: dependencies: daylight: path: ../ - intl: ^0.19.0 + intl: ^0.20.1