Skip to content

Commit 1ba6b00

Browse files
committed
chore(cli): Pin analyzer version
v7.4.0 seems to have broken a lot. Upgrade when fixed and when a full element v2 migration can be completed.
1 parent 4464cc6 commit 1ba6b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/cli/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
analyzer: ^7.3.0
12+
# TODO: Remove when 7.4.1 is released
13+
analyzer: 7.3.0
1314
analyzer_plugin: ^0.13.0
1415
archive: ^4.0.4
1516
args: ^2.4.2

0 commit comments

Comments
 (0)