Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Aug 6, 2024
1 parent 33bca52 commit 14e6176
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.2.0+10] - August 6, 2024

* Automated dependency updates


## [3.2.0+9] - June 11, 2024

* Automated dependency updates
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'template_expressions'
description: 'A Dart library to process string based templates using expressions.'
homepage: 'https://github.com/peiffer-innovations/template_expressions'
version: '3.2.0+9'
version: '3.2.0+10'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -12,19 +12,19 @@ dependencies:
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.19.0'
json_class: '^3.0.0+14'
json_class: '^3.0.0+16'
json_path: '>=0.6.3 <1.0.0'
logging: '^1.2.0'
meta: '^1.12.0'
petitparser: '^6.0.1'
pointycastle: '^3.9.1'
quiver: '^3.2.1'
rxdart: '^0.27.7'
rxdart: '^0.28.0'
yaon: '^1.1.4+10'

dev_dependencies:
flutter_lints: '^4.0.0'
test: '^1.25.7'
test: '^1.25.8'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 14e6176

Please sign in to comment.