Skip to content

Commit

Permalink
Update dependencies (#42)
Browse files Browse the repository at this point in the history
* Update some dependencies & version number

* Update the changelog file
  • Loading branch information
areee committed Apr 8, 2023
1 parent 4c2923f commit cf9f66f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.9.0

- Update dependencies.

## 2.8.0

- Update dependencies & Dart SDK version (Dart 2.19.6).
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ packages:
dependency: "direct main"
description:
name: kassakuitti
sha256: "7f468a0c89a2f0ca73e4e806190a2382676f62e30f6cfd8e4898b844329c5fe1"
sha256: fc26e7df38e99d1c6f3a1ae71dc716c480162631680c63fe7580de81bc8d2e66
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -501,10 +501,10 @@ packages:
dependency: transitive
description:
name: source_span
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.10.0"
stack_trace:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_kassakuitti_cli
description: A simple Dart CLI app to handle a cash receipt coming from S-kaupat or K-ruoka (two Finnish food online stores).
version: 2.8.0
version: 2.9.0
homepage: https://github.com/areee/dart_kassakuitti_cli

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
args: ^2.3.2
hive: ^2.2.3
intl: ^0.18.0
kassakuitti: ^0.5.0
kassakuitti: ^0.5.1
mime: ^1.0.4
path: ^1.8.3
yaml: ^3.1.1
Expand Down

0 comments on commit cf9f66f

Please sign in to comment.