Skip to content

Commit e5dc62b

Browse files
committed
fix: pin bloc_test and mocktail to specific version constraints
Replace `any` with `^10.0.0` and `^1.0.4` respectively, matching the versions that are already resolved in pubspec.lock. https://claude.ai/code/session_011cEYpuo76EMamkGvpnuPNZ
1 parent dc18baa commit e5dc62b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ dev_dependencies:
7575
# package. See that file for information about deactivating specific lint
7676
# rules and activating additional ones.
7777
flutter_lints: ^6.0.0
78-
bloc_test: any
79-
mocktail: any
78+
bloc_test: ^10.0.0
79+
mocktail: ^1.0.4
8080

8181
# For information on the generic Dart part of this file, see the
8282
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)