From 240d6430acfe415579ec50917bf8bce5e119e334 Mon Sep 17 00:00:00 2001 From: MrHarcombe Date: Thu, 9 Jul 2020 22:03:29 +0100 Subject: [PATCH 1/2] Updated "equatable" to 1.2.0 --- pubspec.lock | 73 +++++++++++++++++++++++++++++++++------------------- pubspec.yaml | 4 +-- 2 files changed, 49 insertions(+), 28 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 866f008..2e3342b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,6 +1,20 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.13" + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "1.6.0" async: dependency: transitive description: @@ -28,7 +42,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "7.0.9" + version: "7.1.0" charcode: dependency: transitive description: @@ -36,13 +50,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.3" - clock: - dependency: transitive - description: - name: clock - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" collection: dependency: "direct main" description: @@ -63,35 +70,28 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "2.1.4" device_info: dependency: transitive description: name: device_info url: "https://pub.dartlang.org" source: hosted - version: "0.4.2+1" + version: "0.4.2+4" devicelocale: dependency: transitive description: name: devicelocale url: "https://pub.dartlang.org" source: hosted - version: "0.2.2" + version: "0.2.3" equatable: dependency: "direct main" description: name: equatable url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" + version: "1.2.0" fixnum: dependency: transitive description: @@ -116,6 +116,13 @@ packages: description: flutter source: sdk version: "0.0.0" + image: + dependency: transitive + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.12" inflection2: dependency: transitive description: @@ -143,7 +150,7 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.1+1" + version: "0.6.2" libphonenumber: dependency: transitive description: @@ -185,7 +192,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.6.4" pedantic: dependency: transitive description: @@ -193,6 +200,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.9.0" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.0" platform_detect: dependency: transitive description: @@ -213,7 +227,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.1.3" recase: dependency: transitive description: @@ -281,14 +295,14 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.2.15" timezone: dependency: transitive description: name: timezone url: "https://pub.dartlang.org" source: hosted - version: "0.5.6" + version: "0.5.7" typed_data: dependency: transitive description: @@ -316,7 +330,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.2.0" vector_math: dependency: transitive description: @@ -331,6 +345,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.5.2" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "3.6.1" sdks: - dart: ">=2.7.0 <3.0.0" + dart: ">=2.6.0 <3.0.0" flutter: ">=1.12.13+hotfix.5 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1d834ec..244ba12 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: logging_config: ^0.4.7 # Simple equality cases - equatable: ^1.0.2 + equatable: ^1.2.0 # Collection equality collection: ^1.14.11 @@ -25,7 +25,7 @@ dependencies: quiver: ^2.0.5 # Low-level utilities - sunny_dart: ^0.5.5 + sunny_dart: ^0.5.6 # Formatting/parsing of dates intl: ^0.16.1 From a210019dca4d52a5233535abbde105659d7c9699 Mon Sep 17 00:00:00 2001 From: Ian Harcombe Date: Thu, 9 Jul 2020 22:26:19 +0100 Subject: [PATCH 2/2] Override sunny_dart repository ...until the PR is accepted updating the project to use "equatable" 1.2.0 --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 244ba12..0ce92db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,7 +25,10 @@ dependencies: quiver: ^2.0.5 # Low-level utilities - sunny_dart: ^0.5.6 + sunny_dart: # ^0.5.6 + git: + url: git://github.com/mrharcombe/sunny_dart.git + ref: master # Formatting/parsing of dates intl: ^0.16.1 @@ -34,9 +37,6 @@ dev_dependencies: flutter_test: sdk: flutter -dependency_overrides: - sunny_dart: - path: ../sunny_dart # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec