Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /example (#…
Browse files Browse the repository at this point in the history
…92)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Arra <tarra3@gmail.com>
  • Loading branch information
dependabot[bot] and tomarra authored Jul 2, 2024
1 parent 8d78d74 commit d973313
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:very_good_analysis/analysis_options.6.0.0.yaml
linter:
rules:
public_member_api_docs: false
2 changes: 1 addition & 1 deletion example/lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const description = 'Example for cli_completion';
/// {@template example_command_runner}
/// A [CommandRunner] for the CLI.
///
/// ```
/// ```bash
/// $ example_cli --version
/// ```
/// {@endtemplate}
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
args: ^2.3.1
Expand All @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^5.1.0
very_good_analysis: ^6.0.0

executables:
example_cli:
example_cli:

0 comments on commit d973313

Please sign in to comment.