Skip to content

Commit

Permalink
chore: update dependencies and pubspec metadata (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Erick <erickzanardoo@gmail.com>
  • Loading branch information
renancaraujo and erickzanardo committed Sep 19, 2023
1 parent 4fcafee commit 18b0c27
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.4.0.0.yaml
include: package:very_good_analysis/analysis_options.5.1.0.yaml
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.4.0.0.yaml
include: package:very_good_analysis/analysis_options.5.1.0.yaml
linter:
rules:
public_member_api_docs: false
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ version: 0.0.1
publish_to: none

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

dependencies:
args: ^2.3.1
cli_completion:
path: ../
mason_logger: ^0.2.0
mason_logger: ^0.2.2

dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^4.0.0+1
test: ^1.24.6
very_good_analysis: ^5.1.0

executables:
example_cli:
18 changes: 10 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: cli_completion
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/cli_completion
version: 0.3.0
repository: https://github.com/VeryGoodOpenSource/cli_completion
issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
topics: [cli, completion, shell, bash, autocomplete]
screenshots:
- description: 'This screenshot shows the completion of a dart CLI.'
path: doc/screen.png

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

dependencies:
args: ^2.3.1
equatable: ^2.0.5
mason_logger: ^0.2.2
meta: ^1.8.0
path: ^1.8.2
screenshots:
- description: 'This screenshot shows the completion of a dart CLI.'
path: doc/screen.png

dev_dependencies:
mocktail: ">=0.3.0 <2.0.0"
test: ^1.19.2
very_good_analysis: ^4.0.0+1
mocktail: ^1.0.0
test: ^1.24.6
very_good_analysis: ^5.1.0

0 comments on commit 18b0c27

Please sign in to comment.