Skip to content

Commit

Permalink
fix: moved analyzer package from dependencies to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Oct 15, 2024
1 parent ae63ac6 commit d29c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ environment:
flutter: ">=3.16.0"

dependencies:
analyzer: ^6.7.0
collection: ^1.18.0
equatable: ^2.0.5
flutter:
Expand All @@ -39,6 +38,7 @@ dev_dependencies:
mockito: ^5.4.4
path: ^1.9.0
zds_analysis: ^1.0.0
analyzer: ^6.7.0

flutter:
fonts:
Expand Down

0 comments on commit d29c8d3

Please sign in to comment.