Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Aug 9, 2021
1 parent d0780c1 commit e3548c6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 39 deletions.
61 changes: 27 additions & 34 deletions example/lib/example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dependencies:
dio: ^4.0.0

dev_dependencies:
test: 1.16.5
test: ^1.17.10
retrofit_generator:
build_runner: ^2.0.1
json_serializable: ^4.0.3
json_serializable: ^5.0.0
mock_web_server:

dependency_overrides:
Expand Down
6 changes: 3 additions & 3 deletions generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: retrofit_generator
description: retrofit generator is an dio client generator using source_gen and inspired by Chopper and Retrofit.
version: 2.0.1
version: 2.0.1+1

homepage: https://mings.in/retrofit.dart/
repository: https://github.com/trevorwang/retrofit.dart/
Expand All @@ -15,10 +15,10 @@ dependencies:
code_builder: ^4.0.0
tuple: ^2.0.0
retrofit: ^2.0.0
analyzer: ^1.7.0
analyzer: ^2.0.0
dart_style: ^2.0.1
build: ^2.0.1

dev_dependencies:
test: 1.17.4
test: ^1.17.10
source_gen_test: ^1.0.0

1 comment on commit e3548c6

@trevorwang
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close #372

Please sign in to comment.