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: bump widgetbook to v3.8.0 #26

Merged
merged 1 commit into from
Jun 11, 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
8 changes: 4 additions & 4 deletions widgetbook/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,10 +700,10 @@ packages:
dependency: "direct main"
description:
name: widgetbook
sha256: e3e4d710f0348da28209b8ec35617b0a425542a3c61889199dddf2b531b159bb
sha256: "872e7e9065ef6e85a1e93b3b41830f90af575c5a898b6c573acdc972fad0fb29"
url: "https://pub.dev"
source: hosted
version: "3.4.1"
version: "3.8.0"
widgetbook_annotation:
dependency: "direct main"
description:
Expand All @@ -716,10 +716,10 @@ packages:
dependency: "direct dev"
description:
name: widgetbook_generator
sha256: e60bb3ca46246bc8d5d3a0bed1994d90268b4913704a298093fcf7b6d781c6e0
sha256: "7a5baf68bb76cbd8aeb093050172f99bb83b44360bf2a72c2b19b3785e3d29d0"
url: "https://pub.dev"
source: hosted
version: "3.3.0"
version: "3.8.0"
win32:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions widgetbook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ dependencies:
sdk: flutter
groceries_app:
path: ../
widgetbook: ^3.4.1
widgetbook: ^3.8.0
widgetbook_annotation: ^3.1.0

dev_dependencies:
build_runner: ^2.4.6
very_good_analysis: ^5.1.0
widgetbook_generator: ^3.3.0
widgetbook_generator: ^3.8.0

flutter:
uses-material-design: true
Loading