From 0988a0e636a49cc294058b5e4e7d725e005d9cfe Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Wed, 2 Aug 2023 17:06:54 -0400 Subject: [PATCH] chore: update mocktail to 1.0.0 (#3506) --- packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml | 2 +- packages/api/amplify_api/pubspec.yaml | 2 +- packages/authenticator/amplify_authenticator/pubspec.yaml | 2 +- packages/storage/amplify_storage_s3/pubspec.yaml | 2 +- packages/storage/amplify_storage_s3_dart/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index 10ce1ebdd5..0bcd08ac25 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: build_web_compilers: ^4.0.0 built_value_generator: 8.6.1 drift_dev: ^2.2.0+1 - mocktail: ^0.3.0 + mocktail: ^1.0.0 test: ^1.22.1 # TODO - use cipher libraries for encrypted cached Analytics Events diff --git a/packages/api/amplify_api/pubspec.yaml b/packages/api/amplify_api/pubspec.yaml index 3fd64cb84a..9cb826a50d 100644 --- a/packages/api/amplify_api/pubspec.yaml +++ b/packages/api/amplify_api/pubspec.yaml @@ -36,4 +36,4 @@ dev_dependencies: connectivity_plus_platform_interface: any flutter_test: sdk: flutter - mocktail: ^0.3.0 + mocktail: ^1.0.0 diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml index 55fa8459b0..23557d4664 100644 --- a/packages/authenticator/amplify_authenticator/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/pubspec.yaml @@ -36,7 +36,7 @@ dev_dependencies: flutter_test: sdk: flutter golden_toolkit: ^0.13.0 - mocktail: ^0.3.0 + mocktail: ^1.0.0 path: any flutter: diff --git a/packages/storage/amplify_storage_s3/pubspec.yaml b/packages/storage/amplify_storage_s3/pubspec.yaml index e29246d15a..374f56062b 100644 --- a/packages/storage/amplify_storage_s3/pubspec.yaml +++ b/packages/storage/amplify_storage_s3/pubspec.yaml @@ -35,4 +35,4 @@ dev_dependencies: aws_signature_v4: ">=0.4.0+2 <0.5.0" flutter_test: sdk: flutter - mocktail: ^0.3.0 + mocktail: ^1.0.0 diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 330644b3b7..be8cc9c162 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -31,5 +31,5 @@ dev_dependencies: built_value_generator: 8.6.1 drift_dev: ^2.2.0+1 json_serializable: 6.7.1 - mocktail: ^0.3.0 + mocktail: ^1.0.0 test: ^1.22.1