Skip to content

Commit

Permalink
Merge pull request #50 from peiffer-innovations/dart_update_169206152…
Browse files Browse the repository at this point in the history
…7639

Automated Merge
  • Loading branch information
jpeiffer committed Aug 15, 2023
2 parents aafdbf4 + 918e031 commit 74d7c6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.1.1+1] - August 15, 2023

* Automated dependency updates


## [3.1.1] - August 12th, 2023

* Minor analysis fixes.
Expand Down Expand Up @@ -350,5 +355,6 @@






18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: 'template_expressions'
description: 'A Dart library to process string based templates using expressions.'
homepage: 'https://github.com/peiffer-innovations/template_expressions'
version: '3.1.1'
version: '3.1.1+1'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
dependencies:
convert: '^3.1.1'
crypto: '^3.0.1'
encrypt: '^5.0.1'
fake_async: '^1.3.0'
intl: '^0.18.1'
json_class: '^3.0.0'
json_path: '^0.6.0'
json_class: '^3.0.0+3'
json_path: '^0.6.2'
logging: '^1.2.0'
meta: '^1.9.1'
petitparser: '^5.4.0'
pointycastle: '^3.7.3'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.2+1'
yaon: '^1.1.2+3'

dev_dependencies:
dev_dependencies:
flutter_lints: '^2.0.2'
test: '^1.24.4'
test: '^1.24.6'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 74d7c6c

Please sign in to comment.