Skip to content

Commit

Permalink
chore: Bump packages (#80)
Browse files Browse the repository at this point in the history
* _

* _
  • Loading branch information
codekeyz authored Nov 4, 2024
1 parent 447b177 commit 04c58d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/yaroorm_cli/lib/src/builder/generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,9 @@ class EntityGenerator extends GeneratorForAnnotation<entity.Table> {
}

extension on DartType {
// ignore: deprecated_member_use
String get withNullability => getDisplayString(withNullability: true);

// ignore: deprecated_member_use
String get withoutNullability => getDisplayString(withNullability: false);
}
6 changes: 3 additions & 3 deletions packages/yaroorm_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
# Code-Gen
analyzer: 6.4.1
analyzer: ^6.8.0
code_builder: ^4.10.0
source_gen: ^1.5.0
dart_style: ^2.3.0
Expand All @@ -24,8 +24,8 @@ dependencies:
yaroorm: ^0.0.3
cli_table: ^1.0.2
collection: ^1.19.1
mason_logger: ^0.2.11
cli_completion: ^0.5.0
mason_logger: ^0.3.1
cli_completion: ^0.5.1

dev_dependencies:
lints: ^4.0.0
Expand Down

0 comments on commit 04c58d9

Please sign in to comment.