Skip to content

Commit

Permalink
Merge pull request #81 from peiffer-innovations/dart_update_171323183…
Browse files Browse the repository at this point in the history
…5078

Automated Merge
  • Loading branch information
jpeiffer authored Apr 16, 2024
2 parents 19e6d4f + 2b7b15c commit a52e6bf
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+44] - April 16, 2024

* Automated dependency updates


## [1.0.22+43] - April 2, 2024

* Automated dependency updates
Expand Down Expand Up @@ -368,5 +373,6 @@






6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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+43'
version: '1.0.22+44'
homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
args: '^2.4.2'
args: '^2.5.0'
github: '^9.24.0'
http: '^1.2.1'
intl: '^0.19.0'
Expand All @@ -20,7 +20,7 @@ dependencies:
yaml_writer: '^2.0.0'

dev_dependencies:
test: '^1.25.2'
test: '^1.25.3'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit a52e6bf

Please sign in to comment.