Skip to content

Commit

Permalink
chore(deps): bump package:mocktail and very_good_analysis (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 2, 2023
1 parent c01bed2 commit 26b935c
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion bricks/create_dart_frog/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
dart_frog: ^1.0.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion bricks/create_dart_frog/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
path: ^1.8.1

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion bricks/dart_frog_dev_server/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
pubspec_parse: ^1.2.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
path: ^1.8.2
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion bricks/dart_frog_new/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
path: ^1.8.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion bricks/dart_frog_prod_server/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies:
pubspec_parse: ^1.2.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
12 changes: 6 additions & 6 deletions docs/docs/tutorials/todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ dependencies:
dev_dependencies:
build_runner: ^2.2.0
json_serializable: ^6.3.1
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^5.0.0
```
Install the newly added dependencies via:
Expand Down Expand Up @@ -376,9 +376,9 @@ dependencies:
uuid: ^3.0.6

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^5.0.0
```
:::note
Expand Down Expand Up @@ -455,9 +455,9 @@ dependencies:
path: packages/todos_data_source
dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^5.0.0
```

Install the newly added dependencies via:
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_authentication/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/bearer_authentication/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/echo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/kitchen_sink/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies:
uuid: ^3.0.6

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/todos/packages/todos_data_source/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.2.0
json_serializable: ^6.3.1
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/todos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion examples/web_socket_counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
bloc_test: ^9.1.0
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
web_socket_client: ^0.1.0-dev.1
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ dependencies:
dev_dependencies:
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^5.0.0
`;

/**
Expand All @@ -501,5 +501,5 @@ dependencies:
dev_dependencies:
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^5.0.0
`;
2 changes: 1 addition & 1 deletion packages/dart_frog/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
path: ^1.8.2
test: ^1.19.2
very_good_analysis: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
dart_frog: ^0.3.6

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion packages/dart_frog_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.19.2
very_good_analysis: ^5.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
pubspec_parse: ^1.2.2

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
2 changes: 1 addition & 1 deletion packages/dart_frog_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:

dev_dependencies:
http: ^1.0.0
mocktail: ^0.3.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0

0 comments on commit 26b935c

Please sign in to comment.