Skip to content

Commit

Permalink
Merge pull request #16 from MrHarcombe/master
Browse files Browse the repository at this point in the history
Update "equatable" to 1.2.0
  • Loading branch information
Eric Martineau committed Aug 3, 2020
2 parents 7a688ae + a210019 commit bcb1ea3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 31 deletions.
73 changes: 47 additions & 26 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -28,21 +42,14 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "7.0.9"
version: "7.1.0"
charcode:
dependency: transitive
description:
name: charcode
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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -185,14 +192,21 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.6.4"
pedantic:
dependency: transitive
description:
name: pedantic
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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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"
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +25,10 @@ dependencies:
quiver: ^2.0.5

# Low-level utilities
sunny_dart: ^0.5.5
sunny_dart: # ^0.5.6
git:
url: git://github.com/mrharcombe/sunny_dart.git
ref: master

# Formatting/parsing of dates
intl: ^0.16.1
Expand All @@ -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

Expand Down

0 comments on commit bcb1ea3

Please sign in to comment.