Skip to content

Commit 0044635

Browse files
committed
+Update dependencies
1 parent 59ef3c1 commit 0044635

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/src/models/data_ref/data_ref_model.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ part '_data_ref_model.g.dart';
2121
const DATA_REF_FIELDS = {
2222
Field(
2323
fieldPath: ['id'],
24-
// TODO: Create a T_NO_SPACES_STRING and T_TRIMMED_STRING and T_TRIMMED_STRING_LOWERCASE, etc.
2524
fieldType: String,
2625
nullable: true,
2726
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ environment:
3232
## -----------------------------------------------------------------------------
3333

3434
dependencies:
35-
df_collection: ^0.9.3
35+
df_collection: ^0.9.4
3636
df_string: ^0.2.5
37-
df_type: ^0.12.3
37+
df_type: ^0.12.7
3838
df_gen_core: ^0.6.15
3939
equatable: ^2.0.7
4040

0 commit comments

Comments
 (0)