From 62cbfb1c717d51c404a321bf83b7876c23283817 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 15 Dec 2023 13:16:21 -0800 Subject: [PATCH] Updated dependencies --- pubspec.lock | 6 +++--- pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7ab63e9..5c3bf66 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -141,10 +141,10 @@ packages: dependency: "direct dev" description: name: lints - sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" + sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "3.0.0" logging: dependency: transitive description: @@ -378,4 +378,4 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.0.0 <4.0.0" + dart: ">=3.0.0 <=3.2.3" diff --git a/pubspec.yaml b/pubspec.yaml index 6c05053..1dddf2a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,10 +5,10 @@ repository: https://github.com/ethauvin/dcat issue_tracker: https://github.com/ethauvin/dcat/issues environment: - sdk: '>=2.15.1 <3.0.0' + sdk: '>=2.15.1 <=3.2.3' dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.18.2 dependencies: args: ^2.3.0