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 flame_test from 1.17.0 to 1.17.2 #16

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,18 @@ packages:
dependency: "direct main"
description:
name: flame
sha256: e6873a8540a197a9bfe251e10c9e1f200329041d6e6d70df2cf38aa681cf2ef7
sha256: baafe5c38075b60577db05e0421c12941695b246547d9aca95166def3f29e57f
url: "https://pub.dev"
source: hosted
version: "1.19.0"
version: "1.21.0"
flame_test:
dependency: "direct dev"
description:
name: flame_test
sha256: b9863e57f84421aded66dbc3916e5d662dfbf504b0e107f434d046e125232c51
sha256: "38ed7310200f56e57aa1259d52da938a5e309506d5411a2ed7c92bd97e6afaf2"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.17.2"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:

dev_dependencies:
bloc_test: ^9.1.7
flame_test: ^1.17.0
flame_test: ^1.17.2
flutter_test:
sdk: flutter
mockingjay: ^0.6.0
Expand Down
Loading