Skip to content

Commit 18b0c27

Browse files
chore: update dependencies and pubspec metadata (#80)
Co-authored-by: Erick <[email protected]>
1 parent 4fcafee commit 18b0c27

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

example/pubspec.yaml

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

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

99
dependencies:
1010
args: ^2.3.1
1111
cli_completion:
1212
path: ../
13-
mason_logger: ^0.2.0
13+
mason_logger: ^0.2.2
1414

1515
dev_dependencies:
1616
mocktail: ^1.0.0
17-
test: ^1.19.2
18-
very_good_analysis: ^4.0.0+1
17+
test: ^1.24.6
18+
very_good_analysis: ^5.1.0
1919

2020
executables:
2121
example_cli:

pubspec.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
name: cli_completion
22
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
3-
repository: https://github.com/VeryGoodOpenSource/cli_completion
43
version: 0.3.0
4+
repository: https://github.com/VeryGoodOpenSource/cli_completion
5+
issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
6+
topics: [cli, completion, shell, bash, autocomplete]
7+
screenshots:
8+
- description: 'This screenshot shows the completion of a dart CLI.'
9+
path: doc/screen.png
510

611
environment:
7-
sdk: ">=2.18.0 <3.0.0"
12+
sdk: ">=2.18.0 <4.0.0"
813

914
dependencies:
1015
args: ^2.3.1
1116
equatable: ^2.0.5
1217
mason_logger: ^0.2.2
1318
meta: ^1.8.0
1419
path: ^1.8.2
15-
screenshots:
16-
- description: 'This screenshot shows the completion of a dart CLI.'
17-
path: doc/screen.png
1820

1921
dev_dependencies:
20-
mocktail: ">=0.3.0 <2.0.0"
21-
test: ^1.19.2
22-
very_good_analysis: ^4.0.0+1
22+
mocktail: ^1.0.0
23+
test: ^1.24.6
24+
very_good_analysis: ^5.1.0

0 commit comments

Comments
 (0)