From f9e560403055d95e1a88b7f53722d4d88703d57d Mon Sep 17 00:00:00 2001 From: Pal Dorogi Date: Sun, 13 Oct 2024 20:23:10 +0200 Subject: [PATCH] chore(deps): update lints to version 5.0.0 --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0d6c6..c941e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v0.6.1 - Updated example using bip39 and correct account paths +- Updated lint to 5.0.0 ## v0.6.0 - Updated for the 3.x SDK version. diff --git a/pubspec.yaml b/pubspec.yaml index 13f7244..b7931ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,5 +13,5 @@ dev_dependencies: test: ^1.25.8 benchmark_harness: ^2.2.2 http: ^1.2.2 - lints: ^4.0.0 + lints: ^5.0.0 bip39: ^1.0.6