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 flutter_gen_runner from 5.4.0 to 5.5.0+1 #48

Merged
merged 1 commit into from
May 27, 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
24 changes: 20 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,18 @@ packages:
dependency: transitive
description:
name: flutter_gen_core
sha256: "3a6c3dbc1c0e260088e9c7ed1ba905436844e8c01a44799f6281edada9e45308"
sha256: b9894396b2a790cc2d6eb3ed86e5e113aaed993765b21d4b981c9da4476e0f52
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "5.5.0+1"
flutter_gen_runner:
dependency: "direct dev"
description:
name: flutter_gen_runner
sha256: "24889d5140b03997f7148066a9c5fab8b606dff36093434c782d7a7fb22c6fb6"
sha256: b4c4c54e4dd89022f5e405fe96f16781be2dfbeabe8a70ccdf73b7af1302c655
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "5.5.0+1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -436,6 +436,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.1"
hashcodes:
dependency: transitive
description:
name: hashcodes
sha256: "80f9410a5b3c8e110c4b7604546034749259f5d6dcca63e0d3c17c9258f1a651"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
html:
dependency: transitive
description:
Expand Down Expand Up @@ -492,6 +500,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
image_size_getter:
dependency: transitive
description:
name: image_size_getter
sha256: f98c4246144e9b968899d2dfde69091e22a539bb64bc9b0bea51505fbb490e57
url: "https://pub.dev"
source: hosted
version: "2.1.3"
intl:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.9
flutter_gen_runner: ^5.4.0
flutter_gen_runner: ^5.5.0+1
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
Expand Down
Loading