From c369cff57d9a4fa762ee45b2203f171cae1d97ec Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Sun, 1 Dec 2024 17:32:58 -0800 Subject: [PATCH] chore(analytics,db,storage): Updated Drift Version --- .../analytics/amplify_analytics_pinpoint_dart/pubspec.yaml | 4 ++-- packages/common/amplify_db_common/example/pubspec.yaml | 4 ++-- packages/common/amplify_db_common/pubspec.yaml | 2 +- packages/common/amplify_db_common_dart/example/pubspec.yaml | 4 ++-- packages/common/amplify_db_common_dart/pubspec.yaml | 4 ++-- packages/storage/amplify_storage_s3/example/pubspec.yaml | 2 +- packages/test/pub_server/pubspec.yaml | 4 ++-- pubspec.yaml | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index 94a5792d65..0f4a774436 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: built_collection: ^5.0.0 built_value: ^8.6.0 collection: ^1.15.0 - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" intl: ">=0.18.0 <1.0.0" meta: ^1.7.0 path: ">=1.8.0 <2.0.0" @@ -33,7 +33,7 @@ dev_dependencies: build_version: ^2.0.0 build_web_compilers: ^4.0.0 built_value_generator: 8.8.1 - drift_dev: ">=2.18.0 <2.19.0" + drift_dev: ">=2.22.0 <2.23.0" mocktail: ^1.0.0 test: ^1.22.1 diff --git a/packages/common/amplify_db_common/example/pubspec.yaml b/packages/common/amplify_db_common/example/pubspec.yaml index a5b6ab272c..8b9ad22412 100644 --- a/packages/common/amplify_db_common/example/pubspec.yaml +++ b/packages/common/amplify_db_common/example/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: amplify_db_common: ">=0.4.5 <0.5.0" - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" flutter: sdk: flutter # Included to validate windows app will build when there is a downstream @@ -19,7 +19,7 @@ dependencies: dev_dependencies: amplify_lints: ^2.0.0 - drift_dev: ">=2.18.0 <2.19.0" + drift_dev: ">=2.22.0 <2.23.0" build_runner: ^2.4.9 flutter_test: sdk: flutter diff --git a/packages/common/amplify_db_common/pubspec.yaml b/packages/common/amplify_db_common/pubspec.yaml index 2cfec1a9f1..59d4e67b76 100644 --- a/packages/common/amplify_db_common/pubspec.yaml +++ b/packages/common/amplify_db_common/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: amplify_db_common_dart: ">=0.4.7 <0.5.0" - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" flutter: sdk: flutter path: ">=1.8.0 <2.0.0" diff --git a/packages/common/amplify_db_common_dart/example/pubspec.yaml b/packages/common/amplify_db_common_dart/example/pubspec.yaml index db1a3ff203..5397d83724 100644 --- a/packages/common/amplify_db_common_dart/example/pubspec.yaml +++ b/packages/common/amplify_db_common_dart/example/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: amplify_db_common_dart: ">=0.4.0 <0.5.0" - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" example_common: path: ../../../example_common @@ -20,4 +20,4 @@ dev_dependencies: path: ../../../amplify_lints build_runner: ^2.4.9 build_web_compilers: ^4.0.0 - drift_dev: ">=2.18.0 <2.19.0" + drift_dev: ">=2.22.0 <2.23.0" diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml index e43cf60061..a724f04cd9 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: ">=2.5.0 <2.6.0" async: ^2.10.0 aws_common: ">=0.7.3 <0.8.0" - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" meta: ^1.7.0 path: ">=1.8.0 <2.0.0" sqlite3: ">=2.0.0 <2.4.7" @@ -22,5 +22,5 @@ dev_dependencies: 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.22.0 <2.23.0" test: ^1.22.1 diff --git a/packages/storage/amplify_storage_s3/example/pubspec.yaml b/packages/storage/amplify_storage_s3/example/pubspec.yaml index f92cc97767..22e74ed75e 100644 --- a/packages/storage/amplify_storage_s3/example/pubspec.yaml +++ b/packages/storage/amplify_storage_s3/example/pubspec.yaml @@ -28,7 +28,7 @@ dev_dependencies: amplify_test: path: ../../../test/amplify_test aws_common: any - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" flutter_driver: sdk: flutter flutter_test: diff --git a/packages/test/pub_server/pubspec.yaml b/packages/test/pub_server/pubspec.yaml index b29627fbb2..86b99d7c54 100644 --- a/packages/test/pub_server/pubspec.yaml +++ b/packages/test/pub_server/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: async: ^2.10.0 aws_common: any collection: ^1.15.0 - drift: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" file: ">=6.0.0 <8.0.0" git: ^2.2.0 graphs: ^2.1.0 @@ -31,7 +31,7 @@ dependencies: dev_dependencies: amplify_lints: ">=2.0.3 <2.1.0" build_runner: ^2.4.9 - drift_dev: ">=2.18.0 <2.19.0" + drift_dev: ">=2.22.0 <2.23.0" json_serializable: 6.8.0 pub_api_client: ">=2.4.0 <2.7.0" # v2.7.0 introduces a new required field - archive_sha256 shelf_router_generator: ^1.0.5 diff --git a/pubspec.yaml b/pubspec.yaml index 018b561b32..bdaf845f81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,8 +25,8 @@ dependencies: # on stable so that CI checks pass for generated code. dart_style: ^2.3.2 device_info_plus: ^10.0.1 - drift: ">=2.18.0 <2.19.0" - drift_dev: ">=2.18.0 <2.19.0" + drift: ">=2.22.0 <2.23.0" + drift_dev: ">=2.22.0 <2.23.0" ffigen: ^9.0.0 file: ">=6.0.0 <8.0.0" flutter_plugin_android_lifecycle: ^2.0.9