From 0a503c5a291d269513c85602e16b601e05914181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:09:35 +0000 Subject: [PATCH] Bump units_converter from 2.0.1 to 3.0.0 Bumps [units_converter](https://github.com/ferraridamiano/units_converter) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/ferraridamiano/units_converter/releases) - [Changelog](https://github.com/ferraridamiano/units_converter/blob/main/CHANGELOG.md) - [Commits](https://github.com/ferraridamiano/units_converter/compare/2.0.1...3.0.0) --- updated-dependencies: - dependency-name: units_converter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 89e8c145..66a28b29 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -891,10 +891,10 @@ packages: dependency: "direct main" description: name: units_converter - sha256: "8885f35e2954bf5ba2e0de578ab1481c9dd2eba7feb9e71e1bd965e34cef06e8" + sha256: b4365ae8a672efa8e2dd4deec156f00b18829a654dedc1160a5273f0e97f6f12 url: "https://pub.dev" source: hosted - version: "2.0.1" + version: "3.0.0" universal_io: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 9a3f53b8..002e374b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: # Store the customizations and the latest currencies conversions shared_preferences: ^2.2.2 # Unit conversion - units_converter: 2.0.1 + units_converter: 3.0.0 # Just for getting the browser current language universal_io: ^2.2.2 # Open external pages such as GitHub repo, Play Store, etc