From f568a91dbdd9fed1b768bb9d2a42378ec0de9dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:28:51 +0000 Subject: [PATCH] chore(deps): Bump the drift group Bumps the drift group in /packages/common/amplify_db_common_dart with 2 updates: [drift](https://github.com/simolus3/drift) and [drift_dev](https://github.com/simolus3/drift). Updates `drift` from 2.12.1 to 2.13.1 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift-2.12.1...drift-2.13.1) Updates `drift_dev` from 2.12.1 to 2.13.1 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.12.1...drift_dev-2.13.1) --- updated-dependencies: - dependency-name: drift dependency-type: direct:production update-type: version-update:semver-minor dependency-group: drift - dependency-name: drift_dev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: drift ... Signed-off-by: dependabot[bot] --- packages/common/amplify_db_common_dart/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml index 30c620ac57e..a9a2cd5bd8d 100644 --- a/packages/common/amplify_db_common_dart/pubspec.yaml +++ b/packages/common/amplify_db_common_dart/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: amplify_core: ">=1.6.0 <1.7.0" async: ^2.10.0 aws_common: ">=0.6.0 <0.7.0" - drift: ">=2.12.0 <2.13.0" + drift: ^2.12.0 meta: ^1.7.0 path: ^1.8.0 sqlite3: ^2.0.0 @@ -22,5 +22,5 @@ dev_dependencies: build_runner: ^2.4.0 build_test: ^2.0.0 build_web_compilers: ^4.0.0 - drift_dev: ">=2.12.0 <2.13.0" + drift_dev: ^2.12.0 test: ^1.22.1