Skip to content

Commit 03f5966

Browse files
authored
chore(deps): Bump lint_staged's minmum verison to 0.5.0
1 parent c2a5d4a commit 03f5966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ dependencies:
1818
dev_dependencies:
1919
collection: ^1.17.1
2020
husky: ^0.1.6
21-
lint_staged: ">=0.4.2 <0.6.0"
21+
lint_staged: ^0.5.0
2222
lints: ^2.0.0
2323
test: ^1.21.0
2424

2525
lint_staged:
26-
'**.dart': dart fix --apply && dart format --fix
26+
'**.dart': dart fix --apply && dart format --fix

0 commit comments

Comments
 (0)