Skip to content

Commit

Permalink
chore: Fix melos publish error (#40)
Browse files Browse the repository at this point in the history
* chore: Remove altive_lints example pubspec_overrides.yaml

* chore: Update analyzer dependencies
  • Loading branch information
naipaka authored Jul 31, 2024
1 parent f235883 commit d85a1c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 0 additions & 4 deletions packages/altive_lints/example/pubspec_overrides.yaml

This file was deleted.

9 changes: 6 additions & 3 deletions packages/altive_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ environment:
sdk: ^3.0.0

dependencies:
analyzer: ^6.4.1
collection: ^1.18.0
custom_lint_builder: ^0.6.4

dependency_overrides:
# As of 2024/7/31, the latest Flutter Stable cannot use analyzer ^6.5.0 or
# higher due to the version specification of the dependent meta package.
# Therefore, the analyzer version is fixed at 6.4.1.
analyzer: 6.4.1
collection: ^1.18.0
custom_lint_builder: ^0.6.4
analyzer: 6.4.1

0 comments on commit d85a1c9

Please sign in to comment.