Skip to content

Commit

Permalink
Merge pull request #44 from peiffer-innovations/dart_update_168722430…
Browse files Browse the repository at this point in the history
…3442

Automated Merge
  • Loading branch information
jpeiffer committed Jun 20, 2023
2 parents f07bd52 + 06c86ee commit 3ab3bd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.6+1] - June 20, 2023

* Automated dependency updates


## [3.0.6] - June 17th, 2023

* Dart 3.0
Expand Down Expand Up @@ -328,5 +333,6 @@






14 changes: 7 additions & 7 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.0.6'
version: '3.0.6+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: '^2.2.1+3'
json_class: '^2.2.2'
json_path: '^0.6.0'
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.1'
yaon: '^1.1.2'

dev_dependencies:
dev_dependencies:
flutter_lints: '^2.0.1'
test: '^1.24.3'

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

0 comments on commit 3ab3bd8

Please sign in to comment.