Skip to content

Commit

Permalink
chore: increase min version of drift, drift_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Jun 26, 2024
1 parent 2cf35e6 commit 48ea284
Show file tree
Hide file tree
Showing 18 changed files with 1,056 additions and 304 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
**/pigeons/*.h linguist-generated
**/pigeons/*.m linguist-generated

## Generated by Drift
**/*.drift.dart

## Generated SDK files
packages/**/lib/src/sdk/src/** linguist-generated

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.0 <2.15.0"
drift: ">=2.18.0 <2.19.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.14.0 <2.15.0"
drift_dev: ">=2.18.0 <2.19.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.4.0 <0.5.0"
drift: ">=2.14.0 <2.15.0"
drift: ">=2.18.0 <2.19.0"
flutter:
sdk: flutter

dev_dependencies:
amplify_lints: ^2.0.0
drift_dev: ">=2.14.0 <2.15.0"
drift_dev: ">=2.18.0 <2.19.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.4.2 <0.5.0"
drift: ">=2.14.0 <2.15.0"
drift: ">=2.18.0 <2.19.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.14.0 <2.15.0"
drift: ">=2.18.0 <2.19.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.14.0 <2.15.0"
drift_dev: ">=2.18.0 <2.19.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.1.0 <2.2.0"
async: ^2.10.0
aws_common: ">=0.7.0 <0.8.0"
drift: ">=2.14.0 <2.15.0"
drift: ">=2.18.0 <2.19.0"
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
sqlite3: ">=2.0.0 <2.4.3"
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.14.0 <2.15.0"
drift_dev: ">=2.18.0 <2.19.0"
test: ^1.22.1
Loading

0 comments on commit 48ea284

Please sign in to comment.