Skip to content

Commit d973313

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /example (#92)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent 8d78d74 commit d973313

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

example/lib/src/command_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const description = 'Example for cli_completion';
1010
/// {@template example_command_runner}
1111
/// A [CommandRunner] for the CLI.
1212
///
13-
/// ```
13+
/// ```bash
1414
/// $ example_cli --version
1515
/// ```
1616
/// {@endtemplate}

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.0.1
44
publish_to: none
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
7+
sdk: ">=3.4.0 <4.0.0"
88

99
dependencies:
1010
args: ^2.3.1
@@ -15,7 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
mocktail: ^1.0.0
1717
test: ^1.25.0
18-
very_good_analysis: ^5.1.0
18+
very_good_analysis: ^6.0.0
1919

2020
executables:
21-
example_cli:
21+
example_cli:

0 commit comments

Comments
 (0)