From de8f3be33b828a01627035878ecdda7c38d8f5e2 Mon Sep 17 00:00:00 2001 From: foxide123 Date: Fri, 15 Sep 2023 12:53:34 +0200 Subject: [PATCH 1/4] Deleting build_runner from pubspec.yaml --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cdc2e91..456f77b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,6 +14,5 @@ dependencies: dev_dependencies: test: ^1.16.0 pedantic: ^1.10.0 - build_runner: ^1.11.0 json_serializable: ^4.0.0 coverage: ^1.0.0 From b80f8bdbae2047e09b5c65a3463399890444a6fa Mon Sep 17 00:00:00 2001 From: foxide123 Date: Fri, 15 Sep 2023 13:00:50 +0200 Subject: [PATCH 2/4] Updating http to ^1.1.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 456f77b..040a94e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - http: ^0.13.0 + http: ^1.1.0 meta: ^1.3.0 json_annotation: ^4.0.0 From d5c5fe29b745f1eee6f8f7babebacb9aa0d7a197 Mon Sep 17 00:00:00 2001 From: Jakub Cezary Kolando <66741324+foxide123@users.noreply.github.com> Date: Sat, 16 Sep 2023 19:14:58 +0200 Subject: [PATCH 3/4] Update the rest of pubspec.yaml dependencies --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 040a94e..e2fee74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,11 +8,11 @@ environment: dependencies: http: ^1.1.0 - meta: ^1.3.0 - json_annotation: ^4.0.0 + meta: ^1.10.0 + json_annotation: ^4.8.1 dev_dependencies: - test: ^1.16.0 + test: ^1.24.6 pedantic: ^1.10.0 - json_serializable: ^4.0.0 - coverage: ^1.0.0 + json_serializable: ^6.7.1 + coverage: ^1.6.3 From c02844e7003eb24f9e54f570da980fd04cd2066e Mon Sep 17 00:00:00 2001 From: foxide123 Date: Sat, 16 Sep 2023 19:42:34 +0200 Subject: [PATCH 4/4] changing meta to 1.9.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e2fee74..99db7f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: http: ^1.1.0 - meta: ^1.10.0 + meta: ^1.9.1 json_annotation: ^4.8.1 dev_dependencies: