Skip to content

Commit a812319

Browse files
authored
chore: tighten dependencies (#29)
* chore: tighten dependencies * chore: bump sdk
1 parent 2ee0735 commit a812319

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/very_good_test_runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
flutter_version:
19-
- "3.13.0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
19+
- "3.24.0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
2020
- "3.x" # The Flutter version with a Dart SDK that matches the maximum Dart SDK version supported by the package.
2121

2222
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ homepage: https://github.com/VeryGoodOpenSource/very_good_test_runner
44
version: 0.2.0
55

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

99
dependencies:
10-
json_annotation: ^4.4.0
11-
universal_io: ^2.0.0
10+
json_annotation: ^4.9.0
11+
universal_io: ^2.2.2
1212

1313
dev_dependencies:
14-
build_runner: ^2.0.0
14+
build_runner: ^2.4.12
1515
build_verify: ^3.1.0
16-
json_serializable: ^6.0.0
17-
mocktail: ">=0.3.0 <2.0.0"
18-
test: ^1.19.2
19-
very_good_analysis: ">=5.1.0 <7.0.0"
16+
json_serializable: ^6.8.0
17+
mocktail: ^1.0.4
18+
test: ^1.25.8
19+
very_good_analysis: ^6.0.0

0 commit comments

Comments
 (0)