From 561dda814c1b0f9e65f24c8f2560a53ec6d5ecc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:58:39 +0000 Subject: [PATCH] chore(deps): bump the drift group across 1 directory with 5 updates Bumps the drift group with 5 updates in the /packages/common/amplify_db_common_dart directory: | Package | From | To | | --- | --- | --- | | [drift](https://github.com/simolus3/drift) | `2.18.0` | `2.20.0` | | [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.7.1` | `0.7.2` | | [amplify_core](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `2.3.0` | `2.4.0` | | [sqlite3](https://github.com/simolus3/sqlite3.dart) | `2.4.2` | `2.4.6` | | [drift_dev](https://github.com/simolus3/drift) | `2.18.0` | `2.20.1` | Updates `drift` from 2.18.0 to 2.20.0 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift-2.18.0...drift-2.20.0) Updates `aws_common` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages) Updates `amplify_core` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/v2.4.0/packages) Updates `sqlite3` from 2.4.2 to 2.4.6 - [Release notes](https://github.com/simolus3/sqlite3.dart/releases) - [Commits](https://github.com/simolus3/sqlite3.dart/compare/sqlite3-2.4.2...sqlite3-2.4.6) Updates `drift_dev` from 2.18.0 to 2.20.1 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](https://github.com/simolus3/drift/compare/drift_dev-2.18.0...drift_dev-2.20.1) --- updated-dependencies: - dependency-name: drift dependency-type: direct:production update-type: version-update:semver-minor dependency-group: drift - dependency-name: aws_common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: drift - dependency-name: amplify_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: drift - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml index 9c729b5ba2..ffb0c405cc 100644 --- a/packages/common/amplify_db_common_dart/pubspec.yaml +++ b/packages/common/amplify_db_common_dart/pubspec.yaml @@ -9,18 +9,18 @@ environment: sdk: ^3.3.0 dependencies: - amplify_core: ">=2.3.0 <2.4.0" + amplify_core: ^2.3.0 async: ^2.10.0 aws_common: ">=0.7.1 <0.8.0" - drift: ">=2.18.0 <2.19.0" + drift: ^2.18.0 meta: ^1.7.0 path: ">=1.8.0 <2.0.0" - sqlite3: ">=2.0.0 <2.4.3" + sqlite3: ^2.0.0 dev_dependencies: amplify_lints: ">=3.1.0 <3.2.0" build_runner: ^2.4.9 build_test: ^2.0.0 build_web_compilers: ^4.0.0 - drift_dev: ">=2.18.0 <2.19.0" + drift_dev: ^2.18.0 test: ^1.22.1