Skip to content

Commit d1b5152

Browse files
authored
[CQ] bump to latest stable lints package dep (flutter#8153)
Keeping up with the Joneses. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](flutter#8098)). </details>
1 parent a80f7c8 commit d1b5152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
dev_dependencies:
1616
grinder: ^0.9.3
1717
http: ^1.2.0
18-
lints: ^5.0.0
18+
lints: ^6.0.0
1919
meta: any

tool/plugin/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies:
1616
string_validator: 1.1.0
1717

1818
dev_dependencies:
19-
lints: ^5.0.0
19+
lints: ^6.0.0
2020
test: ^1.22.0

0 commit comments

Comments
 (0)