Skip to content

Commit

Permalink
run aft constraints apply to update logging packages deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nika Hassani committed Jan 23, 2024
1 parent 1fc9c60 commit 9cb02b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: "^3.0.0"

dependencies:
amplify_core: ">=1.4.0 <1.5.0"
amplify_core: ">=1.6.0 <1.7.0"
aws_common: ">=0.6.0 <0.7.0"
aws_logging_cloudwatch: ^0.1.0
device_info_plus: ^9.0.0
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
build_runner: ^2.4.0
build_test: ^2.0.0
build_web_compilers: ^4.0.0
drift_dev: ">=2.12.0 <2.13.0"
drift_dev: ">=2.14.0 <2.15.0"
flutter_test:
sdk: flutter
test: ^1.22.1
10 changes: 5 additions & 5 deletions packages/logging_cloudwatch/aws_logging_cloudwatch/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ environment:
sdk: "^3.0.0"

dependencies:
amplify_core: ">=1.4.0 <1.5.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_db_common_dart: ">=0.3.0+1 <0.4.0"
aws_common: ">=0.6.0 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
built_collection: ^5.1.1
built_value: ">=8.6.0 <8.7.0"
built_value: ">=8.6.0 <8.9.0"
collection: ^1.15.0
drift: ">=2.12.0 <2.13.0"
drift: ">=2.14.0 <2.15.0"
fixnum: ^1.1.0
intl: ">=0.18.0 <1.0.0"
json_annotation: ">=4.8.1 <4.9.0"
meta: ^1.9.1
path: ^1.8.0
smithy: ^0.5.0+3
smithy: ">=0.6.0 <0.7.0"
smithy_aws: ^0.5.0+3

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
build_runner: ^2.4.0
build_test: ^2.0.0
build_web_compilers: ^4.0.0
built_value_generator: 8.6.1
built_value_generator: 8.8.1
json_serializable: 6.7.1
mocktail: ^1.0.0
test: ^1.22.1
4 changes: 2 additions & 2 deletions packages/test/amplify_integration_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
aws_common: any
aws_signature_v4: any
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.8.0"
built_value: ">=8.6.0 <8.9.0"
collection: ^1.15.0
meta: ^1.8.0
smithy: any
Expand All @@ -26,4 +26,4 @@ dependencies:
dev_dependencies:
amplify_lints: ^2.0.0
build_runner: ^2.4.0
built_value_generator: 8.7.0
built_value_generator: 8.8.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.12.0 <2.13.0"
drift: ">=2.14.0 <2.15.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.12.0 <2.13.0"
drift_dev: ">=2.14.0 <2.15.0"
json_serializable: 6.7.1
pub_api_client: ^2.4.0
shelf_router_generator: ^1.0.5
Expand Down

0 comments on commit 9cb02b5

Please sign in to comment.