Skip to content

Commit

Permalink
upgrade: custom_lint 0.7.5, analyzer_plugin 0.13.0 (#265)
Browse files Browse the repository at this point in the history
upgrade: custom_lint 0.7.5
  • Loading branch information
ronnnnn authored Mar 2, 2025
1 parent fef94b4 commit a1717c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/nilts_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_dependencies:
flutter_test:
sdk: flutter

custom_lint: 0.7.3
custom_lint: 0.7.5

nilts:
path: ../../packages/nilts
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ command:
scripts:
prepare:
run: |
dart pub global activate custom_lint 0.7.3 && \
dart pub global activate custom_lint 0.7.5 && \
dart pub global activate very_good_cli 0.25.0
description: prepare for develop

Expand Down
4 changes: 2 additions & 2 deletions packages/nilts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies:
nilts_core: ^0.1.0

analyzer: ^7.0.0
analyzer_plugin: ^0.12.0
custom_lint_builder: ^0.7.3
analyzer_plugin: ^0.13.0
custom_lint_builder: ^0.7.5

dev_dependencies:
very_good_analysis: ^7.0.0
2 changes: 1 addition & 1 deletion packages/nilts_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_dependencies:
flutter_test:
sdk: flutter

custom_lint: 0.7.3
custom_lint: 0.7.5
very_good_analysis: 7.0.0

nilts:
Expand Down

0 comments on commit a1717c5

Please sign in to comment.