From 6ea5715d0ee09cfdf949b960a9dee21512337d1c Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 28 Jul 2023 10:36:13 -0500 Subject: [PATCH] chore(deps): bump mocktail to 1.0.0-dev (#937) --- packages/artifact_proxy/pubspec.yaml | 2 +- packages/discord_gcp_alerts/pubspec.yaml | 2 +- packages/scoped/pubspec.yaml | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- packages/shorebird_code_push_client/pubspec.yaml | 2 +- packages/shorebird_code_push_protocol/pubspec.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/artifact_proxy/pubspec.yaml b/packages/artifact_proxy/pubspec.yaml index 57fea986..ae329b69 100644 --- a/packages/artifact_proxy/pubspec.yaml +++ b/packages/artifact_proxy/pubspec.yaml @@ -19,6 +19,6 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 json_serializable: ^6.6.1 - mocktail: ^0.3.0 + mocktail: ^1.0.0-dev.0 test: ^1.19.2 very_good_analysis: ^5.0.0 diff --git a/packages/discord_gcp_alerts/pubspec.yaml b/packages/discord_gcp_alerts/pubspec.yaml index b1f3423d..a039c5a3 100644 --- a/packages/discord_gcp_alerts/pubspec.yaml +++ b/packages/discord_gcp_alerts/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: dev_dependencies: build_runner: ^2.3.3 json_serializable: ^6.6.1 - mocktail: ^0.3.0 + mocktail: ^1.0.0-dev.0 test: ^1.21.0 very_good_analysis: ^5.0.0 diff --git a/packages/scoped/pubspec.yaml b/packages/scoped/pubspec.yaml index 3cc67c2a..c9519214 100644 --- a/packages/scoped/pubspec.yaml +++ b/packages/scoped/pubspec.yaml @@ -10,6 +10,6 @@ dependencies: meta: ^1.0.0 dev_dependencies: - mocktail: ^0.3.0 + mocktail: ^1.0.0-dev.0 test: ^1.0.0 very_good_analysis: ^5.0.0 diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2967f9ff..908afd67 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -42,7 +42,7 @@ dev_dependencies: build_verify: ^3.0.0 build_version: ^2.0.0 json_serializable: ^6.6.1 - mocktail: ^0.3.0 + mocktail: ^1.0.0-dev.0 test: ^1.19.2 very_good_analysis: ^5.0.0 diff --git a/packages/shorebird_code_push_client/pubspec.yaml b/packages/shorebird_code_push_client/pubspec.yaml index 5e270b15..15e92997 100644 --- a/packages/shorebird_code_push_client/pubspec.yaml +++ b/packages/shorebird_code_push_client/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: build_runner: ^2.0.0 build_verify: ^3.0.0 build_version: ^2.0.0 - mocktail: ^0.3.0 + mocktail: ^1.0.0-dev.0 path: ^1.8.3 test: ^1.19.2 very_good_analysis: ^5.0.0 diff --git a/packages/shorebird_code_push_protocol/pubspec.yaml b/packages/shorebird_code_push_protocol/pubspec.yaml index 2a46683b..775965c0 100644 --- a/packages/shorebird_code_push_protocol/pubspec.yaml +++ b/packages/shorebird_code_push_protocol/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 json_serializable: ^6.6.1 - mocktail: ^0.3.0 + mocktail: ^1.0.0-dev.0 path: ^1.8.3 test: ^1.19.2 very_good_analysis: ^5.0.0