Skip to content

Commit

Permalink
Move from lint to lints and update collection package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Dec 10, 2023
1 parent dcedede commit 457c105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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:lint/strict.yaml
include: package:lints/recommended.yaml

analyzer:
errors:
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
collection: ^1.16.0
collection: ^1.18.0
freezed_annotation: ^2.2.0
html: ^0.15.0
http: ^1.0.0
Expand All @@ -24,10 +24,9 @@ dependencies:

dev_dependencies:
build_runner: ^2.1.11
console: ^4.1.0
freezed: ^2.3.2
json_serializable: ^6.2.0
lint: ^2.1.2
lints: ^3.0.0
source_gen: ^1.4.0
test: ^1.21.1

Expand Down

0 comments on commit 457c105

Please sign in to comment.