Skip to content

Commit

Permalink
Merge pull request #63 from PhilipsHue/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
remonh87 authored May 11, 2020
2 parents 8bd525d + d9b679a commit a9cce32
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 46 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0
* Upgrade dependencies
* Bump min Dart sdk version to 2.7

## 2.1.0
* Improve documentation of public API
* Fix for write without response on iOS
Expand Down
25 changes: 16 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
name: dependency_validator
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.2"
version: "1.5.0"
fixnum:
dependency: transitive
description:
Expand All @@ -82,7 +82,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.0"
version: "2.2.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -94,7 +94,7 @@ packages:
name: functional_data
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.3"
version: "0.3.0"
image:
dependency: transitive
description:
Expand All @@ -108,7 +108,7 @@ packages:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3+2"
version: "0.11.4"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -151,6 +151,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
plain_optional:
dependency: transitive
description:
name: plain_optional
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
protobuf:
dependency: transitive
description:
Expand All @@ -164,14 +171,14 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.4"
version: "4.1.1"
pub_semver:
dependency: transitive
description:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.2"
version: "1.4.4"
quiver:
dependency: transitive
description:
Expand Down Expand Up @@ -253,7 +260,7 @@ packages:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.2.1"
sdks:
dart: ">=2.6.0 <3.0.0"
flutter: ">=1.12.1"
dart: ">=2.7.0 <3.0.0"
flutter: ">=1.17.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_reactive_ble_example
description: Demonstrates how to use the flutter_reactive_ble plugin.
version: 2.1.0
version: 2.2.0
publish_to: 'none'

environment:
sdk: ">=2.3.0 <3.0.0"
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.10.0"

dependencies:
Expand Down
8 changes: 7 additions & 1 deletion lib/src/model/discovered_device.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 35 additions & 28 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.36.4"
version: "0.38.5"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -49,14 +49,14 @@ packages:
name: build_config
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1+1"
version: "0.4.2"
build_daemon:
dependency: transitive
description:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.4"
build_resolvers:
dependency: transitive
description:
Expand All @@ -70,28 +70,28 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.2"
version: "1.9.0"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.0"
version: "5.1.0"
built_collection:
dependency: transitive
description:
name: built_collection
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.0"
version: "4.3.2"
built_value:
dependency: transitive
description:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "7.0.0"
version: "7.1.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -147,14 +147,14 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.9"
version: "1.3.3"
dependency_validator:
dependency: "direct dev"
description:
name: dependency_validator
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.2"
version: "1.5.0"
fixnum:
dependency: transitive
description:
Expand All @@ -178,21 +178,21 @@ packages:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.19"
version: "0.1.27"
functional_data:
dependency: "direct main"
description:
name: functional_data
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.3"
version: "0.3.0"
functional_data_generator:
dependency: "direct dev"
description:
name: functional_data_generator
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
version: "0.3.3"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -220,21 +220,21 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0+2"
version: "0.12.1"
http_multi_server:
dependency: transitive
description:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.2.0"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
version: "3.1.4"
image:
dependency: transitive
description:
Expand All @@ -248,7 +248,7 @@ packages:
name: io
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3"
version: "0.3.4"
js:
dependency: transitive
description:
Expand All @@ -262,21 +262,21 @@ packages:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
kernel:
dependency: transitive
description:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.19"
version: "0.3.27"
logging:
dependency: transitive
description:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3+2"
version: "0.11.4"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -318,14 +318,14 @@ packages:
name: node_io
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1+2"
version: "1.1.0"
package_config:
dependency: transitive
description:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.9.3"
package_resolver:
dependency: transitive
description:
Expand All @@ -346,14 +346,21 @@ packages:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
version: "1.9.0"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
plain_optional:
dependency: transitive
description:
name: plain_optional
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
pool:
dependency: transitive
description:
Expand All @@ -374,7 +381,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.2"
version: "1.4.4"
pubspec_parse:
dependency: transitive
description:
Expand Down Expand Up @@ -414,7 +421,7 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.4+4"
version: "0.9.4+6"
source_span:
dependency: transitive
description:
Expand Down Expand Up @@ -442,7 +449,7 @@ packages:
name: stream_transform
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.20"
version: "1.2.0"
string_scanner:
dependency: transitive
description:
Expand Down Expand Up @@ -491,7 +498,7 @@ packages:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+13"
version: "0.9.7+15"
web_socket_channel:
dependency: transitive
description:
Expand All @@ -512,7 +519,7 @@ packages:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.2.1"
sdks:
dart: ">=2.6.0 <3.0.0"
dart: ">=2.7.0 <3.0.0"
flutter: ">=1.10.0"
Loading

0 comments on commit a9cce32

Please sign in to comment.