Skip to content

Commit

Permalink
Merge pull request #75 from peiffer-innovations/dart_update_170597493…
Browse files Browse the repository at this point in the history
…6799

Automated Merge
  • Loading branch information
jpeiffer authored Jan 23, 2024
2 parents 1c6a28d + ca7d739 commit fbf1c80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.22+38] - January 23, 2024

* Automated dependency updates


## [1.0.22+37] - January 16, 2024

* Automated dependency updates
Expand Down Expand Up @@ -332,5 +337,6 @@






6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'dart_dependency_updater'
description: 'A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.'
version: '1.0.22+37'
version: '1.0.22+38'
homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater'

environment:
Expand All @@ -9,15 +9,15 @@ environment:
dependencies:
args: '^2.4.2'
github: '^9.22.0'
http: '^1.1.2'
http: '^1.2.0'
intl: '^0.19.0'
json_class: '^3.0.0+11'
logging: '^1.2.0'
meta: '^1.9.1'
pub_api_client: '^2.6.0'
pub_semver: '^2.1.4'
yaml: '^3.1.2'
yaml_writer: '^1.0.3'
yaml_writer: '^2.0.0'

dev_dependencies:
test: '^1.25.1'
Expand Down

0 comments on commit fbf1c80

Please sign in to comment.