Skip to content

Commit

Permalink
Merge pull request #9 from Nash0x7E2/master
Browse files Browse the repository at this point in the history
Updated Dart and dependencies
  • Loading branch information
seenickcode committed Jul 5, 2019
2 parents cd2e9e5 + 4031916 commit 7cbaa92
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 41 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.8] - 7/04/19
* Updated Dart SDK constraints in pubspec
* Updated all dependencies
* Updated Flutter version to >= 1.0.0

## [1.0.7] - 3/22/19

* Update to work with Dart v2.2.1
Expand Down
55 changes: 20 additions & 35 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated by pub
# See https://www.dartlang.org/tools/pub/glossary#lockfile
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.34.0"
version: "0.36.4"
args:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.2.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -80,7 +80,7 @@ packages:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.7"
version: "0.1.19"
glob:
dependency: transitive
description:
Expand All @@ -94,7 +94,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3+3"
version: "0.14.0+2"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -136,14 +136,14 @@ packages:
name: json_rpc_2
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.1.0"
kernel:
dependency: transitive
description:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.7"
version: "0.3.19"
logging:
dependency: transitive
description:
Expand All @@ -157,7 +157,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.3+1"
version: "0.12.5"
meta:
dependency: "direct main"
description:
Expand Down Expand Up @@ -213,14 +213,7 @@ packages:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
plugin:
dependency: transitive
description:
name: plugin
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0+3"
version: "1.7.0"
pool:
dependency: transitive
description:
Expand All @@ -241,14 +234,14 @@ packages:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.0.3"
shelf:
dependency: transitive
description:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.3+3"
version: "0.7.5"
shelf_packages_handler:
dependency: transitive
description:
Expand All @@ -269,7 +262,7 @@ packages:
name: shelf_web_socket
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2+4"
version: "0.2.3"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -295,7 +288,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.4"
version: "1.5.5"
stack_trace:
dependency: transitive
description:
Expand All @@ -309,7 +302,7 @@ packages:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.8"
version: "2.0.0"
string_scanner:
dependency: transitive
description:
Expand All @@ -330,35 +323,28 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.3"
version: "1.6.3"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2"
version: "0.2.5"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1+1"
version: "0.2.5"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
utf:
dependency: transitive
description:
name: utf
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0+5"
vector_math:
dependency: transitive
description:
Expand All @@ -372,7 +358,7 @@ packages:
name: vm_service_client
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.6"
version: "0.2.6+2"
watcher:
dependency: transitive
description:
Expand All @@ -386,7 +372,7 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.9"
version: "1.0.13"
yaml:
dependency: transitive
description:
Expand All @@ -395,5 +381,4 @@ packages:
source: hosted
version: "2.1.15"
sdks:
dart: ">=2.1.0 <=2.2.1"
flutter: ">=0.1.2"
dart: ">=2.2.2 <3.0.0"
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: pure_mixpanel
description: A new pure Dart library for Mixpanel analytics.
version: 1.0.7
version: 1.0.8
author: Nicholas Manning <puremixpanel@gmail.com>
homepage: https://github.com/seenickcode/pure_mixpanel

dependencies:
flutter:
sdk: flutter
meta: ^1.1.5
http: ^0.12.0
test: ^1.3.0
meta: 1.1.6
http: 0.12.0+2
test: 1.6.3

dev_dependencies:
flutter_test:
sdk: flutter

environment:
sdk: ">=1.19.0 <=2.2.1"
flutter: ">=0.1.2"
sdk: ">=2.1.0 <=3.0.0"
flutter: ">=1.0.0"

0 comments on commit 7cbaa92

Please sign in to comment.