Skip to content

Commit

Permalink
Merge pull request #18 from peiffer-innovations/dart_update_166847569…
Browse files Browse the repository at this point in the history
…9496

Automated Merge
  • Loading branch information
jpeiffer authored Nov 15, 2022
2 parents b714bd5 + bcc2d8d commit 5c6aede
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.2+18] - November 15, 2022

* Automated dependency updates


## [2.0.2+17] - November 8, 2022

* Automated dependency updates
Expand Down Expand Up @@ -158,3 +163,4 @@




12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: 'json_schema2'
version: '2.0.2+17'
version: '2.0.2+18'
description: 'Provide support for validating instances against json schema'
homepage: 'https://github.com/peiffer-innovations/json_schema2'

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

dependencies:
dependencies:
args: '^2.3.1'
collection: '^1.16.0'
logging: '^1.1.0'
meta: '^1.7.0'
path: '^1.8.0'
rest_client: '^2.2.0+2'
rest_client: '^2.2.0+3'
uri: '^1.0.0'
yaon: '^1.0.1+7'

dev_dependencies:
dev_dependencies:
test: '^1.22.0'

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

0 comments on commit 5c6aede

Please sign in to comment.