Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump mockingjay from 0.5.0 to 0.6.0 in /flutter_news_example/packages/app_ui #1288

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flutter_news_example/packages/app_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
sdk: flutter
flutter_svg: ^2.0.5
intl: ^0.19.0
mockingjay: ^0.5.0
mockingjay: ^0.6.0

dev_dependencies:
build_runner: ^2.0.3
Expand Down
8 changes: 4 additions & 4 deletions flutter_news_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -989,18 +989,18 @@ packages:
dependency: "direct main"
description:
name: mockingjay
sha256: "04beab95a415cda5bd4efa2681ee76eb92bb9377acaf1a0c08cd58efbae70d83"
sha256: cea2f3d38d1343beb6908f0ade5724c12304ee74014fbd274b4065a4b7db6536
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.6.0"
mocktail:
dependency: "direct dev"
description:
name: mocktail
sha256: f603ebd85a576e5914870b02e5839fc5d0243b867bf710651cf239a28ebb365e
sha256: "890df3f9688106f25755f26b1c60589a92b3ab91a22b8b224947ad041bf172d8"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
version: "1.0.4"
mocktail_image_network:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
path: packages/in_app_purchase_repository
intl: ^0.19.0
json_annotation: ^4.9.0
mockingjay: ^0.5.0
mockingjay: ^0.6.0
news_blocks:
path: api/packages/news_blocks
news_blocks_ui:
Expand Down
Loading