From 38141bd6f02693750bb1765cf4824a91492dfa40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:50:45 +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.14.1 to 2.16.0 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift-2.14.1...drift-2.16.0) Updates `drift_dev` from 2.14.1 to 2.16.0 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.14.1...drift_dev-2.16.0) --- 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 b1ad1558b2..6c58127c06 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.7.0 <1.8.0" async: ^2.10.0 aws_common: ">=0.6.3 <0.7.0" - drift: ">=2.14.0 <2.15.0" + drift: ^2.14.0 meta: ^1.7.0 path: ">=1.8.0 <2.0.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.14.0 <2.15.0" + drift_dev: ^2.14.0 test: ^1.22.1