Skip to content

Commit

Permalink
Merge pull request #62 from peiffer-innovations/dart_update_170234354…
Browse files Browse the repository at this point in the history
…5339

Automated Merge
  • Loading branch information
jpeiffer authored Dec 12, 2023
2 parents 41a4bbd + 0b010ae commit a1c1620
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.1.5+1] - December 12, 2023

* Automated dependency updates


## [3.1.5] - November 15th, 2023

* Dependency updates
Expand Down Expand Up @@ -427,5 +432,6 @@






14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.5'
version: '3.1.5+1'

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

dependencies:
dependencies:
convert: '^3.1.1'
crypto: '^3.0.1'
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.18.1'
json_class: '^3.0.0+8'
intl: '^0.19.0'
json_class: '^3.0.0+9'
json_path: '^0.6.3'
logging: '^1.2.0'
meta: '^1.10.0'
Expand All @@ -22,11 +22,11 @@ dependencies:
rxdart: '^0.27.7'
yaon: '^1.1.4'

dev_dependencies:
dev_dependencies:
flutter_lints: '^3.0.1'
test: '^1.24.9'

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

0 comments on commit a1c1620

Please sign in to comment.