Skip to content

Commit 24456d4

Browse files
committed
Update package lints to version 6.0.0
1 parent 226e5a6 commit 24456d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ insert-example:
3535
.PHONY: update
3636
update:
3737
dart pub upgrade
38+
dart pub outdated
3839

3940
.PHONY: cover
4041
cover:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies:
1717
http: '>=0.13.0 <2.0.0'
1818

1919
dev_dependencies:
20-
lints: ^5.1.1
20+
lints: ^6.0.0
2121
test: ^1.25.1

0 commit comments

Comments
 (0)