Skip to content

Commit 387485f

Browse files
authored
chore: tighten dependencies (#62)
1 parent 927498d commit 387485f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pubspec.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
66
topics: [cli, pub, version]
77

88
environment:
9-
sdk: ">=3.0.0 <4.0.0"
9+
sdk: ^3.5.0
1010

1111
dependencies:
12-
http: ^1.0.0
13-
json_annotation: ^4.1.0
14-
process: ^5.0.0
15-
pub_semver: ^2.1.3
12+
http: ^1.2.2
13+
json_annotation: ^4.9.0
14+
process: ^5.0.2
15+
pub_semver: ^2.1.4
1616

1717
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"
18+
build_runner: ^2.4.12
19+
json_serializable: ^6.8.0
20+
mocktail: ^1.0.4
21+
test: ^1.25.8
22+
very_good_analysis: ^6.0.0

0 commit comments

Comments
 (0)