Skip to content

Commit

Permalink
Update package:vm_service dependency (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Sep 9, 2020
1 parent 79ac9eb commit 2549de3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.16.0-nullsafety.4

* Depend on the latest test_core.

## 1.16.0-nullsafety.3

* Clean up `--help` output.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.16.0-nullsafety.3
version: 1.16.0-nullsafety.4
description: A full featured library for writing and running Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test

Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
yaml: ^2.0.0
# Use an exact version until the test_api and test_core package are stable.
test_api: 0.2.19-nullsafety
test_core: 0.3.12-nullsafety.3
test_core: 0.3.12-nullsafety.4

dev_dependencies:
fake_async: ^1.0.0
Expand Down
4 changes: 4 additions & 0 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.12-nullsafety.4

* Support latest `package:vm_service`.

## 0.3.12-nullsafety.3

* Clean up `--help` output.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_core
version: 0.3.12-nullsafety.3
version: 0.3.12-nullsafety.4
description: A basic library for writing tests and running them on the VM.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core

Expand All @@ -26,7 +26,7 @@ dependencies:
source_span: '>=1.8.0-nullsafety <1.8.0'
stack_trace: '>=1.10.0-nullsafety <1.10.0'
stream_channel: ">=2.1.0-nullsafety <2.1.0"
vm_service: '>=1.0.0 <5.0.0'
vm_service: '>=1.0.0 <6.0.0'
yaml: ^2.0.0
# matcher is tightly constrained by test_api
matcher: any
Expand Down

0 comments on commit 2549de3

Please sign in to comment.