From 5e9380b047dce59bad1721dd7dbcea13bb20a1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:28:00 +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 cb80b694d14..441edb8fb87 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