Skip to content

Commit

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

* Update changelog
  • Loading branch information
areee committed Mar 18, 2023
1 parent 8639445 commit 7063675
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.0

- Update dependencies.

## 2.6.0

- Update dependencies & Dart SDK version (Dart 2.19.4).
Expand Down
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "98d1d33ed129b372846e862de23a0fc365745f4d7b5e786ce667fcbbb7ac5c07"
sha256: "503361166f4a100e0d7eb7fb5a62c6f0322512f2bcb48d6922caf98f24b0ab90"
url: "https://pub.dev"
source: hosted
version: "55.0.0"
version: "56.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "881348aed9b0b425882c97732629a6a31093c8ff20fc4b3b03fb9d3d50a3a126"
sha256: "93fcd81a6716e69864516750590cf1e699420615046bda19100238aa7b429785"
url: "https://pub.dev"
source: hosted
version: "5.7.1"
version: "5.8.0"
ansicolor:
dependency: "direct main"
description:
Expand Down Expand Up @@ -189,10 +189,10 @@ packages:
dependency: transitive
description:
name: dart_style
sha256: "5be16bf1707658e4c03078d4a9b90208ded217fb02c163e207d334082412f2fb"
sha256: "6d691edde054969f0e0f26abb1b30834b5138b963793e56f69d3a9a4435e6352"
url: "https://pub.dev"
source: hosted
version: "2.2.5"
version: "2.3.0"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -325,10 +325,10 @@ packages:
dependency: "direct main"
description:
name: kassakuitti
sha256: d29fbe59bf8509de9fdfcdef8c330cf62466d1c3cd2918878470fe7344d177d3
sha256: d5473b790367a250436e2222d337898b26aace61961af148b858fcfadc34b642
url: "https://pub.dev"
source: hosted
version: "0.4.0"
version: "0.4.1"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -405,10 +405,10 @@ packages:
dependency: transitive
description:
name: pointycastle
sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346
sha256: "57b6b78df14175658f09c5dfcfc51a46ad9561a3504fe679913dab404d0cc0f2"
url: "https://pub.dev"
source: hosted
version: "3.6.2"
version: "3.7.0"
pool:
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.6.0
version: 2.7.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.4.0
kassakuitti: ^0.4.1
mime: ^1.0.4
path: ^1.8.3
yaml: ^3.1.1
Expand Down

0 comments on commit 7063675

Please sign in to comment.