Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jul 11, 2023
1 parent 9a9c90f commit 56eef84
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 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+23] - July 11, 2023

* Automated dependency updates


## [1.0.22+22] - May 16, 2023

* Automated dependency updates
Expand Down Expand Up @@ -242,5 +247,6 @@






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

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

dependencies:
args: '^2.4.1'
github: '^9.14.0'
http: '^0.13.6'
dependencies:
args: '^2.4.2'
github: '^9.15.1'
http: '^1.1.0'
intl: '^0.18.1'
json_class: '^2.2.1+3'
logging: '^1.1.1'
json_class: '^2.2.2+1'
logging: '^1.2.0'
meta: '^1.9.1'
pub_api_client: '^2.4.0'
pub_semver: '^2.1.4'
yaml: '^3.1.2'
yaml_writer: '^1.0.3'

dev_dependencies:
test: '^1.24.2'
dev_dependencies:
test: '^1.24.4'

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

0 comments on commit 56eef84

Please sign in to comment.