Skip to content

Commit

Permalink
⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper_generator (#639)
Browse files Browse the repository at this point in the history
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper_generator

Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🚨 fix linter warnings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Klemen Tušar <[email protected]>
  • Loading branch information
dependabot[bot] and techouse authored Sep 30, 2024
1 parent 4e01475 commit 1fd1755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chopper_generator/lib/chopper_generator.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library chopper_generator.dart;
library;

export 'src/builder_factory.dart';
2 changes: 1 addition & 1 deletion chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
build_runner: ^2.4.9
build_verify: ^3.1.0
http: ^1.1.0
lints: ^4.0.0
lints: ">=4.0.0 <6.0.0"
test: ^1.25.5

dependency_overrides:
Expand Down

0 comments on commit 1fd1755

Please sign in to comment.