Skip to content

Commit

Permalink
Merge pull request #821 from devguusta/master
Browse files Browse the repository at this point in the history
Chore: Change analyzer version
  • Loading branch information
toshiossada authored Jul 6, 2023
2 parents aabaddb + 855b9f7 commit 996b76c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modular_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: modular_codegen
description: Code Generate for flutter_modular. Inject Automation. Annotation @Inject, @Param and @Data.
description: Code Generate for flutter_modular. Inject Automation. Annotation @Inject, @Param and @Data.
version: 3.0.4
homepage: https://github.com/Flutterando/modular

Expand All @@ -8,10 +8,10 @@ environment:

dependencies:
flutter_modular_annotations: ^0.0.2
analyzer: ">=2.0.0 <3.2.0"
analyzer: ">=2.0.0 <5.3.0"
glob: ^2.0.0
build: '>=2.1.0 <3.0.0'
build_resolvers: '>=2.0.0 <2.1.0'
build: ">=2.1.0 <3.0.0"
build_resolvers: ">=2.0.0 <2.1.0"
source_gen: ^1.0.0
meta: ">=1.3.0 <2.0.0"
flutter:
Expand Down

0 comments on commit 996b76c

Please sign in to comment.