We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927498d commit 387485fCopy full SHA for 387485f
pubspec.yaml
@@ -6,17 +6,17 @@ issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
6
topics: [cli, pub, version]
7
8
environment:
9
- sdk: ">=3.0.0 <4.0.0"
+ sdk: ^3.5.0
10
11
dependencies:
12
- http: ^1.0.0
13
- json_annotation: ^4.1.0
14
- process: ^5.0.0
15
- pub_semver: ^2.1.3
+ http: ^1.2.2
+ json_annotation: ^4.9.0
+ process: ^5.0.2
+ pub_semver: ^2.1.4
16
17
dev_dependencies:
18
- build_runner: ^2.1.2
19
- json_serializable: ^6.5.3
20
- mocktail: ^1.0.0
21
- test: ^1.17.0
22
- very_good_analysis: ">=5.1.0 <7.0.0"
+ build_runner: ^2.4.12
+ json_serializable: ^6.8.0
+ mocktail: ^1.0.4
+ test: ^1.25.8
+ very_good_analysis: ^6.0.0
0 commit comments