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 chopper_generator from 8.0.1 to 8.0.3 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -149,18 +149,18 @@ packages:
dependency: "direct main"
description:
name: chopper
sha256: f3f11ef1690cdb71db1e1c9f4a1de1bede93f3e954dc0d654fe3569b2352408c
sha256: "40899b729fb6d8969d967264b189efaf2452bc3ccf6ed0782d00f1d8a6161c31"
url: "https://pub.dev"
source: hosted
version: "8.0.1+1"
version: "8.0.3"
chopper_generator:
dependency: "direct dev"
description:
name: chopper_generator
sha256: f7cee7a1674c40faf19b21d10df5b4d010363df24e7ee6e2faaeb75306f3b65c
sha256: de438569cba1e2a2888e8d91e3c2ac60106574eea7f36823ed0334e96146328a
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "8.0.3"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -753,10 +753,10 @@ packages:
dependency: transitive
description:
name: qs_dart
sha256: "5f1827ccdfa061582c121e7a8fe4a83319fa455bcd1fd6e46ff5b17b57aed680"
sha256: be73d060d29c0716ded88380ba32e87ce8105f0ba234edb3edefa0d74d47d64b
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.2.4"
recursive_regex:
dependency: transitive
description:
Expand Down Expand Up @@ -1046,10 +1046,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 @@ -40,7 +40,7 @@ dev_dependencies:
sdk: flutter

build_runner: ^2.4.11
chopper_generator: ^8.0.1
chopper_generator: ^8.0.3
flutter_lints: ^4.0.0
json_serializable: ^6.8.0

Expand Down