Skip to content

Commit

Permalink
Merge branch 'main' into fix/set-button-size
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Dec 16, 2024
2 parents 9b05e12 + cca1c16 commit a12cdc9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ command:
vector_math: ^2.1.4
dev_dependencies:
dartdoc: ^8.0.8
mocktail: ^1.0.3
mocktail: ^1.0.4
test: any

publish:
Expand Down
2 changes: 1 addition & 1 deletion packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
flame_test: ^1.17.3
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
test: any

screenshots:
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dev_dependencies:
flame_lint: ^1.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
2 changes: 1 addition & 1 deletion packages/flame_behavior_tree/behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies:

dev_dependencies:
flame_lint: ^1.2.1
mocktail: ^1.0.3
mocktail: ^1.0.4
test: any
2 changes: 1 addition & 1 deletion packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dev_dependencies:
flame_test: ^1.17.3
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
2 changes: 1 addition & 1 deletion packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ dev_dependencies:
flame_test: ^1.17.3
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
2 changes: 1 addition & 1 deletion packages/flame_fire_atlas/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dev_dependencies:
flame_lint: ^1.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
2 changes: 1 addition & 1 deletion packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dev_dependencies:
flame_test: ^1.17.3
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
test: any
2 changes: 1 addition & 1 deletion packages/flame_network_assets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ dev_dependencies:
flame_lint: ^1.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
2 changes: 1 addition & 1 deletion packages/flame_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dev_dependencies:
flame_lint: ^1.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.3
mocktail: ^1.0.4
test: any

0 comments on commit a12cdc9

Please sign in to comment.