Skip to content

Commit

Permalink
chore(deps): upgrade to package:mocktail v1.0.0 (felangel#3919)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 2, 2023
1 parent 7d7485b commit 7cb7b5a
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/flutter_bloc_with_stream/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

dependency_overrides:
bloc:
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_complex_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

dependency_overrides:
bloc:
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/flutter_dynamic_form/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

dependency_overrides:
bloc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dev_dependencies:
firebase_core_platform_interface: ^4.8.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0
plugin_platform_interface: ^2.1.4
2 changes: 1 addition & 1 deletion examples/flutter_firebase_login/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_infinite_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

dependency_overrides:
bloc:
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_login/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dev_dependencies:
path: ../../packages/bloc_test
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/flutter_shopping_cart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

dependency_overrides:
bloc:
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_timer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev_dependencies:
bloc_test: ^9.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0

dependency_overrides:
bloc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
path: ../todos_api

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.21.4
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import FlutterMacOS
import Foundation

import path_provider_foundation
import path_provider_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
dev_dependencies:
build_runner: ^2.0.0
json_serializable: ^6.3.1
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.16.4
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dev_dependencies:
build_runner: ^2.0.0
coverage: ^1.0.3
json_serializable: ^6.3.1
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.16.4
2 changes: 1 addition & 1 deletion examples/flutter_weather/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^6.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dev_dependencies:
build_test: ^2.0.0
build_web_compilers: ^3.0.0
meta: ^1.8.0
mocktail: ^0.3.0
mocktail: ^1.0.0
ngtest: ^5.0.0-dev.0
test: ^1.16.0

Expand Down
2 changes: 1 addition & 1 deletion packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
meta: ^1.3.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
stream_transform: ^2.0.0
test: ^1.18.2

Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_concurrency/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
stream_transform: ^2.0.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.17.0

screenshots:
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
build_runner: ^2.0.0
build_verify: ^3.0.0
build_version: ^2.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.17.0

executables:
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrated_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
json_serializable: ^6.6.1
mocktail: ^0.3.0
mocktail: ^1.0.0
path: ^1.8.3
test: ^1.22.2
uuid: ^3.0.7
Expand Down

0 comments on commit 7cb7b5a

Please sign in to comment.