Skip to content

Commit

Permalink
Update dependency lints to v4
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| dart       | lints   | 3.0.0 | 4.0.0 |
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 8945ef3 commit 190c1e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "4.0.0"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
http: ^1.1.0

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0

dependency_overrides:
rxdart_ext:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
dart_either: ^2.0.0

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
test: ^1.24.0
collection: ^1.16.0
quiver: ^3.2.2
Expand Down

0 comments on commit 190c1e8

Please sign in to comment.