Skip to content

Commit

Permalink
fix: Version constraint
Browse files Browse the repository at this point in the history
Moved the lints to dev_dependencies and set the version constraint to any
  • Loading branch information
devtronic committed Aug 14, 2024
1 parent 90a2039 commit 20fa735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ provider.

To solve this problem, the instances of the map is now a reference to the original instances map of the parent provider.

## Dependency updates
Moved the lints to dev_dependencies and set the version constraint to any

## 3.5.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
path: ^1.8.0
analyzer: '>=5.0.0 <7.0.0'
build_runner_core: ^7.1.0
lints: ^2.0.0

dev_dependencies:
test: any
lints: any
build_runner: ^2.2.0

0 comments on commit 20fa735

Please sign in to comment.