Skip to content

Commit

Permalink
chore(db_common): Fix dependency constraints
Browse files Browse the repository at this point in the history
`amplify_db_common` dependency constraints were set too high for minimum Dart target of 2.17.0
  • Loading branch information
Dillon Nys committed Nov 9, 2022
1 parent 1da778a commit 7b7d251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.1.0
drift: ^2.2.0
drift: ^2.0.0
flutter:
sdk: flutter
path: ^1.8.2
Expand Down
6 changes: 3 additions & 3 deletions packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ dependencies:
amplify_core: ">=1.0.0-next.0+1 <1.0.0-next.1"
async: ^2.8.0
aws_common: ">=0.2.3 <0.3.0"
drift: ^2.2.0
drift: ^2.0.0
meta: ^1.7.0
path: ^1.8.0
sqlite3: ^1.9.0
sqlite3: ^1.8.0

dev_dependencies:
amplify_lints:
path: ../../amplify_lints
build_runner: ^2.2.1
build_test: ^2.0.0
build_web_compilers: ^3.2.3
drift_dev: ^2.2.0+1
drift_dev: ^2.0.0
example_common:
path: ../../example_common
test: ^1.16.0

0 comments on commit 7b7d251

Please sign in to comment.