From cc6b6758b50cd1aaa8708fb39e4b9d286add73bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:50:28 +0000 Subject: [PATCH] chore(deps): bump drift_flutter from 0.2.1 to 0.2.2 Bumps [drift_flutter](https://github.com/simolus3/drift) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_flutter-0.2.1...drift_flutter-0.2.2) --- updated-dependencies: - dependency-name: drift_flutter dependency-type: direct:production update-type: version-update:semver-patch ... 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 81dfe27..c75cc0b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -282,10 +282,10 @@ packages: dependency: "direct main" description: name: drift_flutter - sha256: fec503e9d408f36bb345f9f6d24bc9d62b7b5f970db49760253d9e8d3acd48d5 + sha256: "69091c499a1550a84f153bafa3423f4297d26bfef3710323b141336ffe155dff" url: "https://pub.dev" source: hosted - version: "0.2.1" + version: "0.2.2" dynamic_color: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 2bb181f..fca2941 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. # cupertino_icons: ^1.0.8 drift: ^2.21.0 - drift_flutter: ^0.2.1 + drift_flutter: ^0.2.2 dict_reader: ^1.1.4 shared_preferences: ^2.3.3 go_router: ^14.6.1