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

build(deps): bump flame_test from 1.16.0 to 1.17.0 #80

Merged
merged 1 commit into from
Sep 13, 2024
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
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ packages:
dependency: "direct main"
description:
name: flame
sha256: "79133dc46a3ff870950f41d0dc1598414e7bd7ae2c29bd9f0a9de208d9a70cb7"
sha256: e6873a8540a197a9bfe251e10c9e1f200329041d6e6d70df2cf38aa681cf2ef7
url: "https://pub.dev"
source: hosted
version: "1.18.0"
version: "1.19.0"
flame_audio:
dependency: "direct main"
description:
Expand All @@ -333,10 +333,10 @@ packages:
dependency: "direct dev"
description:
name: flame_test
sha256: "297f79147c4afd6e363ab898da52fa9e6301f6da0f6f5fd916901f797f51e16f"
sha256: b9863e57f84421aded66dbc3916e5d662dfbf504b0e107f434d046e125232c51
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
flame_tiled:
dependency: "direct main"
description:
Expand Down Expand Up @@ -569,10 +569,10 @@ packages:
dependency: transitive
description:
name: ordered_set
sha256: "1bfaaaee0419e43ecc9eaebd410eb4bd5039657b72011de75ff3e2915c9aac60"
sha256: "984658d0c28c69516ed22f780db7511932a223339463a16c0cc48b3055e926c4"
url: "https://pub.dev"
source: hosted
version: "5.0.3"
version: "6.0.1"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -901,10 +901,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
watcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
dev_dependencies:
bloc_test: ^9.1.7
build_runner: ^2.4.12
flame_test: ^1.16.0
flame_test: ^1.17.0
flutter_test:
sdk: flutter
freezed: ^2.4.7
Expand Down
Loading