Skip to content

Commit

Permalink
build(deps): bump lints from 3.0.0 to 4.0.0 in /dio (#2053)
Browse files Browse the repository at this point in the history
* build(deps): bump lints from 3.0.0 to 4.0.0 in /dio

Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.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@v3.0.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GIancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
dependabot[bot] and buenaflor authored Jun 4, 2024
1 parent 72c2a90 commit 8ffc6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

dev_dependencies:
meta: ^1.3.0
lints: ^3.0.0
lints: ^4.0.0
test: ^1.21.1
coverage: ^1.3.0
mockito: ^5.1.0
Expand Down
1 change: 1 addition & 0 deletions dio/test/version_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library dio_test;

import 'dart:io';

Expand Down

0 comments on commit 8ffc6d8

Please sign in to comment.