Skip to content

Commit

Permalink
chore(deps): Bump the drift window 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey committed Oct 30, 2023
1 parent a84d78e commit e37675f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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 <8.7.0"
collection: ^1.15.0
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
intl: ">=0.18.0 <1.0.0"
meta: ^1.7.0
path: ^1.8.0
Expand All @@ -33,7 +33,7 @@ dev_dependencies:
build_version: ^2.0.0
build_web_compilers: ^4.0.0
built_value_generator: 8.6.1
drift_dev: ">=2.11.0 <2.12.0"
drift_dev: ">=2.12.0 <2.13.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,13 +8,13 @@ environment:

dependencies:
amplify_db_common: ">=0.1.2+5 <0.2.0"
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
flutter:
sdk: flutter

dev_dependencies:
amplify_lints: ^2.0.0
drift_dev: ">=2.11.0 <2.12.0"
drift_dev: ">=2.12.0 <2.13.0"
build_runner: ^2.4.0
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.3.1 <0.4.0"
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
flutter:
sdk: flutter
path: ^1.8.2
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.2.0+5 <0.3.0"
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
example_common:
path: ../../../example_common

Expand All @@ -20,4 +20,4 @@ dev_dependencies:
path: ../../../amplify_lints
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
drift_dev: ">=2.11.0 <2.12.0"
drift_dev: ">=2.12.0 <2.13.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: ">=1.4.0 <1.5.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
meta: ^1.7.0
path: ^1.8.0
sqlite3: ^2.0.0
Expand All @@ -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.11.0 <2.12.0"
drift_dev: ">=2.12.0 <2.13.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 @@ -26,7 +26,7 @@ dev_dependencies:
path: ../../../amplify_lints
amplify_storage_s3_dart: any
aws_common: any
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
flutter_driver:
sdk: flutter
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/amplify_storage_s3_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
aws_signature_v4: ">=0.5.0 <0.6.0"
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.7.0"
drift: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
fixnum: ^1.0.0
json_annotation: ">=4.8.1 <4.9.0"
meta: ^1.7.0
Expand All @@ -29,7 +29,7 @@ dev_dependencies:
build_runner: ^2.4.0
build_verify: ^3.0.0
built_value_generator: 8.6.1
drift_dev: ">=2.11.0 <2.12.0"
drift_dev: ">=2.12.0 <2.13.0"
json_serializable: 6.7.1
mocktail: ^1.0.0
test: ^1.22.1
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.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.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.0
drift_dev: ">=2.11.0 <2.12.0"
drift_dev: ">=2.12.0 <2.13.0"
json_serializable: 6.7.1
pub_api_client: ^2.4.0
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: ^9.0.0
drift: ">=2.11.0 <2.12.0"
drift_dev: ">=2.11.0 <2.12.0"
drift: ">=2.12.0 <2.13.0"
drift_dev: ">=2.12.0 <2.13.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 e37675f

Please sign in to comment.