Skip to content

Commit

Permalink
fix(deps): update dependency chopper to v8 (#41)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency chopper to v8
* Update chopper generator to 8.0.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rafay Ali <rufi1233@gmail.com>
  • Loading branch information
renovate[bot] and rafayali committed May 12, 2024
1 parent dcfe3b4 commit 90b527a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,18 @@ packages:
dependency: "direct main"
description:
name: chopper
sha256: "1b6280ec22841b844448bec8ef2644d9cbe9ea8dfce13ec9cab9e8d3aac3830d"
sha256: "779a7bc5c7af2e45bd35c49698f2b6fabc23ac053b622294369bbb079eeb8920"
url: "https://pub.dev"
source: hosted
version: "7.4.0"
version: "8.0.0"
chopper_generator:
dependency: "direct dev"
description:
name: chopper_generator
sha256: "2984ed8589132aa8fd8225482038cad2bd576405e3751aa237d466870f5dad42"
sha256: f7f4913d14bbec24b5cc3c5270f47a3a218bd1c764d7ed3eb0bf4574913208f3
url: "https://pub.dev"
source: hosted
version: "7.4.0"
version: "8.0.0"
cli_util:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
flutter_svg: ^2.0.5
dartx: ^1.0.0
http: ^1.0.0
chopper: ^7.0.2
chopper: ^8.0.0
logging: ^1.1.0
flutter_rating_bar: ^4.0.1

Expand All @@ -60,7 +60,7 @@ dev_dependencies:
freezed: ^2.2.0
flutter_launcher_icons: ^0.13.1
mocktail: ^1.0.0
chopper_generator: ^7.0.1
chopper_generator: ^8.0.0
flutter_lints: ^4.0.0

# For information on the generic Dart part of this file, see the
Expand Down

0 comments on commit 90b527a

Please sign in to comment.