Skip to content

Commit

Permalink
upgrade: update dependencies (#26)
Browse files Browse the repository at this point in the history
* upgrade: wide version support for analyzer

* upgrade: update custom_lint
  • Loading branch information
ronnnnn authored Aug 18, 2023
1 parent 0a9af6b commit d24f5a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/nilts_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
custom_lint: ^0.5.1
custom_lint: ^0.5.2
nilts:
path: ../../packages/nilts

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

dependencies:
analyzer: ^6.1.0
analyzer: ">=5.12.0 <7.0.0"
analyzer_plugin: ^0.11.2
custom_lint_builder: ^0.5.1
custom_lint_builder: ^0.5.2
meta: ^1.9.1
2 changes: 1 addition & 1 deletion packages/nilts_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
custom_lint: ^0.5.1
custom_lint: ^0.5.2
nilts:
path: ../nilts

Expand Down

0 comments on commit d24f5a1

Please sign in to comment.