Skip to content

Commit 876b5be

Browse files
authored
chore: tighten dependencies (#96)
1 parent 212983d commit 876b5be

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

example/pubspec.yaml

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

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

99
dependencies:
10-
args: ^2.3.1
10+
args: ^2.5.0
1111
cli_completion:
1212
path: ../
13-
mason_logger: ^0.2.2
13+
mason_logger: ^0.3.0
1414

1515
dev_dependencies:
16-
mocktail: ^1.0.0
17-
test: ^1.25.0
16+
mocktail: ^1.0.4
17+
test: ^1.25.8
1818
very_good_analysis: ^6.0.0
1919

2020
executables:

lib/src/command_runner/completion_command_runner.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,8 @@ abstract class CompletionCommandRunner<T> extends CommandRunner<T> {
139139
completionLogger.info(
140140
'$suggestion${description != null ? ':$description' : ''}',
141141
);
142-
break;
143142
case SystemShell.bash:
144143
completionLogger.info(entry.key);
145-
break;
146144
}
147145
}
148146
}

pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ repository: https://github.com/VeryGoodOpenSource/cli_completion
55
issue_tracker: https://github.com/VeryGoodOpenSource/cli_completion/issues
66
topics: [cli, completion, shell, bash, autocomplete]
77
screenshots:
8-
- description: 'This screenshot shows the completion of a dart CLI.'
8+
- description: "This screenshot shows the completion of a dart CLI."
99
path: doc/screen.png
1010

1111
environment:
12-
sdk: ">=2.18.0 <4.0.0"
12+
sdk: ^3.5.0
1313

1414
dependencies:
15-
args: ^2.3.1
15+
args: ^2.5.0
1616
equatable: ^2.0.5
17-
mason_logger: ^0.2.2
18-
meta: ^1.8.0
19-
path: ^1.8.2
17+
mason_logger: ^0.3.0
18+
meta: ^1.15.0
19+
path: ^1.9.0
2020

2121
dev_dependencies:
22-
mocktail: ^1.0.0
23-
test: ^1.24.6
24-
very_good_analysis: ">=5.1.0 <7.0.0"
22+
mocktail: ^1.0.4
23+
test: ^1.25.8
24+
very_good_analysis: ^6.0.0

0 commit comments

Comments
 (0)