Skip to content

Commit c12b8cf

Browse files
committed
fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
1 parent 2609a51 commit c12b8cf

File tree

11 files changed

+33
-26
lines changed

11 files changed

+33
-26
lines changed

packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
built_collection: ^5.0.0
1818
built_value: ">=8.6.0 <8.8.0"
1919
collection: ^1.15.0
20-
drift: ">=2.12.0 <2.13.0"
20+
drift: ">=2.14.0 <2.15.0"
2121
intl: ">=0.18.0 <1.0.0"
2222
meta: ^1.7.0
2323
path: ">=1.8.0 <2.0.0"
@@ -33,7 +33,7 @@ dev_dependencies:
3333
build_version: ^2.0.0
3434
build_web_compilers: ^4.0.0
3535
built_value_generator: 8.7.0
36-
drift_dev: ">=2.12.0 <2.13.0"
36+
drift_dev: ">=2.14.0 <2.15.0"
3737
mocktail: ^1.0.0
3838
test: ^1.22.1
3939

packages/common/amplify_db_common/example/lib/db.g.dart

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/amplify_db_common/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ environment:
88

99
dependencies:
1010
amplify_db_common: ">=0.1.2+5 <0.2.0"
11-
drift: ">=2.12.0 <2.13.0"
11+
drift: ">=2.14.0 <2.15.0"
1212
flutter:
1313
sdk: flutter
1414

1515
dev_dependencies:
1616
amplify_lints: ^2.0.0
17-
drift_dev: ">=2.12.0 <2.13.0"
17+
drift_dev: ">=2.14.0 <2.15.0"
1818
build_runner: ^2.4.0
1919
flutter_test:
2020
sdk: flutter

packages/common/amplify_db_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
amplify_db_common_dart: ">=0.3.4 <0.4.0"
14-
drift: ">=2.12.0 <2.13.0"
14+
drift: ">=2.14.0 <2.15.0"
1515
flutter:
1616
sdk: flutter
1717
path: ">=1.8.0 <2.0.0"

packages/common/amplify_db_common_dart/example/bin/database.g.dart

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/amplify_db_common_dart/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
amplify_db_common_dart: ">=0.2.0+5 <0.3.0"
14-
drift: ">=2.12.0 <2.13.0"
14+
drift: ">=2.14.0 <2.15.0"
1515
example_common:
1616
path: ../../../example_common
1717

@@ -20,4 +20,4 @@ dev_dependencies:
2020
path: ../../../amplify_lints
2121
build_runner: ^2.4.0
2222
build_web_compilers: ^4.0.0
23-
drift_dev: ">=2.12.0 <2.13.0"
23+
drift_dev: ">=2.14.0 <2.15.0"

packages/common/amplify_db_common_dart/example/web/database.g.dart

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/amplify_db_common_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
amplify_core: ">=1.6.0 <1.7.0"
1313
async: ^2.10.0
1414
aws_common: ">=0.6.0 <0.7.0"
15-
drift: ">=2.12.0 <2.13.0"
15+
drift: ">=2.14.0 <2.15.0"
1616
meta: ^1.7.0
1717
path: ">=1.8.0 <2.0.0"
1818
sqlite3: ^2.0.0
@@ -22,5 +22,5 @@ dev_dependencies:
2222
build_runner: ^2.4.0
2323
build_test: ^2.0.0
2424
build_web_compilers: ^4.0.0
25-
drift_dev: ">=2.12.0 <2.13.0"
25+
drift_dev: ">=2.14.0 <2.15.0"
2626
test: ^1.22.1

packages/common/amplify_db_common_dart/test/database.g.dart

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage/amplify_storage_s3/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev_dependencies:
2626
path: ../../../amplify_lints
2727
amplify_storage_s3_dart: any
2828
aws_common: any
29-
drift: ">=2.12.0 <2.13.0"
29+
drift: ">=2.14.0 <2.15.0"
3030
flutter_driver:
3131
sdk: flutter
3232
flutter_test:

0 commit comments

Comments
 (0)