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_tiled from 1.12.0 to 1.20.0 #63

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 @@ -309,10 +309,10 @@ packages:
dependency: "direct main"
description:
name: flame
sha256: bb42a35fa5dabdea535daebe5b020e21a2fce8192b67b7e55cd30fed86d29f69
sha256: da1812e2f17a8ffd5d43ea6a83137794e7f482bcf50419bc9847b8efdb39f791
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
flame_audio:
dependency: "direct main"
description:
Expand Down Expand Up @@ -341,10 +341,10 @@ packages:
dependency: "direct main"
description:
name: flame_tiled
sha256: "2145d63c5f62ffe357bf31ce18b287f68b1cff6c216e1ea4b01fdcf0cd878f3a"
sha256: f3a133a56d47b87ee4dc93806a547a3b25914be585ac432f39a4f141e068a45a
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.20.0"
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 @@ -13,7 +13,7 @@ dependencies:
flame: ^1.8.1
flame_audio: ^2.10.0
flame_behaviors: ^0.2.0
flame_tiled: ^1.12.0
flame_tiled: ^1.20.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.4
Expand Down
Loading