Skip to content

Commit

Permalink
Pub upgrade (#897)
Browse files Browse the repository at this point in the history
We need to pick up version `2.2.0` of `http_multi_server` for
compatibility with a breaking change in the SDK.

dart-lang/sdk#39657
  • Loading branch information
natebosch committed Mar 2, 2020
1 parent 9864ea5 commit 20d5ff0
Showing 1 changed file with 27 additions and 34 deletions.
61 changes: 27 additions & 34 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.3"
analyzer:
dependency: "direct main"
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.39.1"
version: "0.39.4"
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.11"
version: "2.0.13"
args:
dependency: "direct main"
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.2"
version: "1.5.3"
async:
dependency: transitive
description:
Expand All @@ -42,14 +42,14 @@ packages:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "2.0.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
version: "1.1.3"
cli_util:
dependency: transitive
description:
Expand Down Expand Up @@ -77,7 +77,7 @@ packages:
name: coverage
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3+3"
version: "0.13.7"
crypto:
dependency: transitive
description:
Expand All @@ -92,13 +92,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
front_end:
dependency: transitive
description:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.29"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -126,14 +119,14 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0+2"
version: "0.12.0+4"
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:
Expand All @@ -155,20 +148,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.1+1"
kernel:
dependency: transitive
description:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.29"
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 @@ -224,7 +210,7 @@ packages:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.9.1"
package_resolver:
dependency: transitive
description:
Expand Down Expand Up @@ -259,7 +245,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.2"
version: "1.4.3"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -301,14 +287,14 @@ packages:
name: source_maps
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.8"
version: "0.10.9"
source_span:
dependency: "direct main"
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.5"
version: "1.6.0"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -343,21 +329,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.4"
version: "1.12.0"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.11"
version: "0.2.14"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.15"
version: "0.3.0"
test_descriptor:
dependency: "direct dev"
description:
Expand All @@ -371,7 +357,7 @@ packages:
name: test_process
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "1.0.5"
typed_data:
dependency: transitive
description:
Expand All @@ -385,7 +371,7 @@ packages:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
version: "2.3.1"
watcher:
dependency: transitive
description:
Expand All @@ -400,6 +386,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
webkit_inspection_protocol:
dependency: transitive
description:
name: webkit_inspection_protocol
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.0"
yaml:
dependency: "direct dev"
description:
Expand All @@ -408,4 +401,4 @@ packages:
source: hosted
version: "2.2.0"
sdks:
dart: ">=2.3.0 <3.0.0"
dart: ">=2.7.0 <3.0.0"

0 comments on commit 20d5ff0

Please sign in to comment.