Skip to content

Commit

Permalink
🐛 fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 2, 2024
1 parent 5b577da commit c1e4c33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chopper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
lints: ^3.0.0
test: ^1.25.4
transparent_image: ^2.0.1
chopper_generator: ">=8.0.0 <9.0.0" # Will be replaced with ^8.0.0 once released
chopper_generator: ">=8.0.0-rc.1 <9.0.0" # Will be replaced with ^8.0.0 once released

dependency_overrides:
chopper_generator:
Expand Down
2 changes: 1 addition & 1 deletion chopper_built_value/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
built_value: ^8.9.2
built_collection: ^5.1.1
chopper: ">=8.0.0 <9.0.0"
chopper: ">=8.0.0-rc.1 <9.0.0"
http: ^1.1.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
analyzer: ^6.4.1
build: ^2.4.1
built_collection: ^5.1.1
chopper: ">=8.0.0 <9.0.0" # Will be replaced with ^8.0.0 once released
chopper: ">=8.0.0-rc.1 <9.0.0" # Will be replaced with ^8.0.0 once released
code_builder: ^4.10.0
dart_style: ^2.3.6
logging: ^1.2.0
Expand Down

0 comments on commit c1e4c33

Please sign in to comment.