Skip to content

Commit 32ad32a

Browse files
committed
+chore: Update dependencies
1 parent b01d554 commit 32ad32a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pubspec.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
name: df_gen_core
1414
description: A package that provides core utilities for practical code generation.
15-
version: 0.6.9
15+
version: 0.6.10
1616
homepage: https://dev-cetera.com/
1717
repository: https://github.com/robmllze/df_gen_core
1818
funding:
@@ -26,23 +26,22 @@ environment:
2626
## -----------------------------------------------------------------------------
2727

2828
dependencies:
29-
df_collection: ^0.9.1
30-
df_config: ^0.7.1
31-
df_log: ^0.3.10
32-
df_safer_dart: ^0.13.1
29+
df_collection: ^0.9.2
30+
df_config: ^0.7.2
31+
df_log: ^0.3.11
32+
df_safer_dart: ^0.13.14
3333
df_string: ^0.2.4
34-
df_type: ^0.10.4
34+
df_type: ^0.12.3
3535
analyzer: ^6.11.0
3636
args: ^2.7.0
3737
collection: ^1.19.1
3838
equatable: ^2.0.7
3939
http: ^1.4.0
40-
meta: ^1.16.0
40+
meta: ^1.17.0
4141
path: ^1.9.1
4242
source_gen: ^1.5.0
4343

4444
## -----------------------------------------------------------------------------
4545

4646
dev_dependencies:
4747
lints: ^6.0.0
48-
test: ^1.26.2

0 commit comments

Comments
 (0)