Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Also replace the deprecated pedantic package with lints.

Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Dec 10, 2021
1 parent 8d77f06 commit 87da19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.1.9.0.yaml
include: package:lints/recommended.yaml

analyzer:
strong-mode:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
dev_dependencies:
coverage: ^1.0.2
test: ^1.16.0
pedantic: ^1.10.0
fake_async: ^1.2.0
lints: ^1.0.1

0 comments on commit 87da19b

Please sign in to comment.