Skip to content

Commit

Permalink
chore: update dependencies in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew65 committed Jan 14, 2025
1 parent 8df29b5 commit 308bde0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions examples/drift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1
drift: ^2.7.0
equatable: ^2.0.5

dev_dependencies:
auto_mappr: ^2.0.0
auto_mappr: ^2.5.1
build_runner: ^2.0.0
drift_dev: ^2.7.0
netglade_analysis: ^15.0.0
Expand Down
4 changes: 2 additions & 2 deletions examples/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1
equatable: ^2.0.5

dev_dependencies:
auto_mappr: ^2.0.0
auto_mappr: ^2.5.1
build_runner: ^2.0.0
netglade_analysis: ^15.0.0
test: ^1.25.8
4 changes: 2 additions & 2 deletions examples/freezed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1
equatable: ^2.0.5
freezed_annotation: ^2.2.0

dev_dependencies:
auto_mappr: ^2.0.0
auto_mappr: ^2.5.1
build_runner: ^2.0.0
freezed: ^2.3.2
netglade_analysis: ^15.0.0
Expand Down
4 changes: 2 additions & 2 deletions examples/injectable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1
equatable: ^2.0.5
get_it: ^7.3.0
injectable: ^2.5.0

dev_dependencies:
auto_mappr: ^2.0.0
auto_mappr: ^2.5.1
build_runner: ^2.0.0
injectable_generator: ^2.6.2
netglade_analysis: ^15.0.0
Expand Down
4 changes: 2 additions & 2 deletions examples/json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1
json_annotation: ^4.8.1

dev_dependencies:
auto_mappr: ^2.0.0
auto_mappr: ^2.5.1
build_runner: ^2.0.0
json_serializable: ^6.6.1
netglade_analysis: ^15.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/auto_mappr/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1
equatable: ^2.0.5

dev_dependencies:
auto_mappr: ^2.0.0
auto_mappr: ^2.5.1
build_runner: ^2.0.0
netglade_analysis: ^15.0.0
test: ^1.25.8
4 changes: 1 addition & 3 deletions packages/auto_mappr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ resolution: workspace
dependencies:
# TODO: Support analyzer same way as json_serializable https://github.com/google/json_serializable.dart/pull/1333
analyzer: ">=5.4.0 <7.0.0"
#auto_mappr_annotation: ^2.2.0
auto_mappr_annotation:
path: ../auto_mappr_annotation
auto_mappr_annotation: ^2.2.1
build: ^2.3.1
built_collection: ^5.1.1
code_builder: ^4.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_mappr_annotation/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.6.0

dependencies:
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.2.1

dev_dependencies:
build_runner: ^2.0.0
Expand Down

0 comments on commit 308bde0

Please sign in to comment.