From a86d1afc5d5efed3ae9e963109dd430111004b6e Mon Sep 17 00:00:00 2001 From: Vetrichelvan Date: Wed, 10 Jan 2024 22:40:20 +0530 Subject: [PATCH 1/2] refactor(packages): updated packages to latest version --- pubspec.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5fe7517..73523f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,15 +9,16 @@ authors: - Flutter Community environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ^3.2.3 dependencies: - args: ^2.0.0 - tint: ^2.0.0 - yaml: ^3.1.0 + args: ^2.4.2 + tint: ^2.0.1 + yaml: ^3.1.2 dev_dependencies: - test: ^1.16.7 + test: ^1.25.0 + lint: ^2.0.1 import_sorter: emojis: true From 6d9a8e81a11582a3d7d9b363226f667034e874ae Mon Sep 17 00:00:00 2001 From: Vetrichelvan Date: Thu, 11 Jan 2024 10:56:11 +0530 Subject: [PATCH 2/2] fix(sdk): reverted back sdk versioning --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 73523f8..64da322 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ authors: - Flutter Community environment: - sdk: ^3.2.3 + sdk: ">=2.12.0 <3.2.4" dependencies: args: ^2.4.2