From 956987a74b621b9134546306444c92fe3b5e4db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:29:04 -0600 Subject: [PATCH] chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /examples/web_socket_counter (#1648) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra --- examples/web_socket_counter/analysis_options.yaml | 2 +- examples/web_socket_counter/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web_socket_counter/analysis_options.yaml b/examples/web_socket_counter/analysis_options.yaml index d9904545e..199f6cd04 100644 --- a/examples/web_socket_counter/analysis_options.yaml +++ b/examples/web_socket_counter/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:very_good_analysis/analysis_options.6.0.0.yaml +include: package:very_good_analysis/analysis_options.7.0.0.yaml analyzer: exclude: - build/** diff --git a/examples/web_socket_counter/pubspec.yaml b/examples/web_socket_counter/pubspec.yaml index 756d85a58..89749dc00 100644 --- a/examples/web_socket_counter/pubspec.yaml +++ b/examples/web_socket_counter/pubspec.yaml @@ -16,5 +16,5 @@ dev_dependencies: http: ^1.2.1 mocktail: ^1.0.0 test: ^1.25.0 - very_good_analysis: ^6.0.0 + very_good_analysis: ^7.0.0 web_socket_client: ^0.1.0-dev.1