Skip to content

Commit 3dfffe3

Browse files
committed
+Update dependencies
1 parent b743d1a commit 3dfffe3

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
1111

1212
---
1313

14+
[![banner](https://github.com/dev-cetera/df_safer_dart/blob/v0.7.0/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
15+
1416
<!-- BEGIN _README_CONTENT -->
1517

1618
## Summary
@@ -51,3 +53,4 @@ If you're enjoying this package and find it valuable, consider showing your appr
5153
## 🧑‍⚖️ License
5254

5355
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_gen_core/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_gen_core/main/LICENSE) for more information.
56+

pubspec.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ name: df_gen_core
1414
homepage: https://dev-cetera.com/
1515
repository: https://github.com/dev-cetera/df_gen_core
1616
funding:
17-
- https://www.buymeacoffee.com/dev_cetera
17+
- https://www.buymeacoffee.com/dev_cetera
18+
- https://www.patreon.com/c/RobertMollentze
19+
- https://github.com/sponsors/robmllze
1820
description: A package that provides core utilities for practical code generation.
19-
version: 0.7.0
21+
version: 0.7.1
2022

2123
## -----------------------------------------------------------------------------
2224

@@ -34,10 +36,11 @@ dependencies:
3436
meta: ^1.16.0
3537
path: ^1.9.1
3638
source_gen: ^2.0.0
39+
3740
df_collection: ^0.9.8
3841
df_config: ^0.7.5
39-
df_log: ^0.3.19
40-
df_safer_dart: ^0.16.3
42+
df_log: ^0.3.20
43+
df_safer_dart: ^0.17.3
4144
df_string: ^0.2.9
4245
df_type: ^0.14.2
4346

@@ -46,5 +49,5 @@ dependencies:
4649
dev_dependencies:
4750
lints: ^6.0.0
4851
custom_lint: ^0.7.5
49-
df_safer_dart_lints: ^0.3.2
52+
df_safer_dart_lints: ^0.3.3
5053

0 commit comments

Comments
 (0)