Skip to content

Commit

Permalink
Support hotreloader 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 26, 2023
1 parent f7f7b4e commit 4dc6d65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/custom_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased patch

- Support `hotreloader` 4.0.0

## 0.5.4 - 2023-10-20

- Sort lints by severity in the command line (thanks to @kuhnroyal)
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# using a specific contract
custom_lint_core: 0.5.4
glob: ^2.1.1
hotreloader: ^3.0.5
hotreloader: ">=3.0.5 <5.0.0"
meta: ^1.7.0
path: ^1.8.0
pubspec_parse: ^1.2.0
Expand Down

1 comment on commit 4dc6d65

@vercel
Copy link

@vercel vercel bot commented on 4dc6d65 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.