Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 96001b5

Browse files
committed
chore: restrict analyzer version to >=5.1.0 <5.8.0
1 parent 9379d06 commit 96001b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
* chore: restrict `analyzer` version to `>=5.1.0 <5.7.0`.
5+
* chore: restrict `analyzer` version to `>=5.1.0 <5.8.0`.
66

77
## 5.6.0
88

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platforms:
1515
macos:
1616

1717
dependencies:
18-
analyzer: ">=5.1.0 <5.7.0"
18+
analyzer: ">=5.1.0 <5.8.0"
1919
analyzer_plugin: ">=0.11.0 <0.12.0"
2020
ansicolor: ^2.0.1
2121
args: ^2.0.0

0 commit comments

Comments
 (0)