Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Sep 5, 2024
1 parent e3f486b commit 3586cad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/todo_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ dependencies:
sdk: flutter
mix:
path: ../../packages/mix
custom_lint: ^0.6.4
google_fonts: ^6.0.0

cupertino_icons: ^1.0.6

dev_dependencies:
custom_lint: ^0.6.5
flutter_test:
sdk: flutter
mix_lint:
Expand Down
2 changes: 0 additions & 2 deletions packages/mix_lint/lib/src/assists/extract_attributes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class ExtractAttributes extends DartAssist {
AstNode? ancestorNode;

ancestorNode = node.thisOrAncestorMatching<Block>((node) {
print('node ${node.runtimeType}');

return node is Block;
});

Expand Down
4 changes: 2 additions & 2 deletions packages/mix_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
analyzer: ^6.0.0
analyzer: ^6.6.0
analyzer_plugin: ^0.11.2
custom_lint_builder: ^0.6.0
custom_lint_builder: ^0.6.5

dev_dependencies:
test: ^1.24.0
Expand Down
4 changes: 2 additions & 2 deletions packages/mix_lint_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
custom_lint: ^0.6.4
analyzer: ^6.0.0
custom_lint: ^0.6.5
analyzer: ^6.6.0
analyzer_plugin: ^0.11.2
test: ^1.24.9

0 comments on commit 3586cad

Please sign in to comment.