Skip to content

Commit

Permalink
chore(analytics,db,storage): Updated Drift Version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Dec 2, 2024
1 parent ec6bbd1 commit c369cff
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions packages/test/pub_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c369cff

Please sign in to comment.