Skip to content

Commit

Permalink
chore: tighten dependencies (#74)
Browse files Browse the repository at this point in the history
* chore: tighten example dependencies

* chore: update entire package
  • Loading branch information
alestiago authored Aug 23, 2024
1 parent 29d0e19 commit b562382
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.16.0"
- "3.24.0"
- "3.x"
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
Expand Down
16 changes: 8 additions & 8 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ version: 0.0.1
homepage: https://github.com/VeryGoodOpenSource/mockingjay

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ^3.5.0

dependencies:
bloc: ^8.0.0
equatable: ^2.0.3
bloc: ^8.1.4
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
universal_io: ^2.0.4
flutter_bloc: ^8.1.6
universal_io: ^2.2.2

dev_dependencies:
bloc_test: ^9.0.0
bloc_test: ^9.1.7
flutter_test:
sdk: flutter
mockingjay:
path: ../
mocktail: ^1.0.0
very_good_analysis: ">=5.1.0 <7.0.0"
mocktail: ^1.0.4
very_good_analysis: ^6.0.0

flutter:
uses-material-design: true
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version: 0.5.0
homepage: https://github.com/VeryGoodOpenSource/mockingjay

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
sdk: ^3.5.0
flutter: ^3.24.0

dependencies:
flutter:
sdk: flutter
flutter_test:
sdk: flutter
matcher: ^0.12.10
mocktail: ^1.0.0
test: ^1.17.0
matcher: ^0.12.16+1
mocktail: ^1.0.4
test: ^1.25.7

dev_dependencies:
very_good_analysis: ">=5.1.0 <7.0.0"
very_good_analysis: ^6.0.0

0 comments on commit b562382

Please sign in to comment.