Skip to content

Commit 2549de3

Browse files
authored
Update package:vm_service dependency (#1334)
1 parent 79ac9eb commit 2549de3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.16.0-nullsafety.4
2+
3+
* Depend on the latest test_core.
4+
15
## 1.16.0-nullsafety.3
26

37
* Clean up `--help` output.

pkgs/test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.16.0-nullsafety.3
2+
version: 1.16.0-nullsafety.4
33
description: A full featured library for writing and running Dart tests.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
55

@@ -34,7 +34,7 @@ dependencies:
3434
yaml: ^2.0.0
3535
# Use an exact version until the test_api and test_core package are stable.
3636
test_api: 0.2.19-nullsafety
37-
test_core: 0.3.12-nullsafety.3
37+
test_core: 0.3.12-nullsafety.4
3838

3939
dev_dependencies:
4040
fake_async: ^1.0.0

pkgs/test_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.12-nullsafety.4
2+
3+
* Support latest `package:vm_service`.
4+
15
## 0.3.12-nullsafety.3
26

37
* Clean up `--help` output.

pkgs/test_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_core
2-
version: 0.3.12-nullsafety.3
2+
version: 0.3.12-nullsafety.4
33
description: A basic library for writing tests and running them on the VM.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
55

@@ -26,7 +26,7 @@ dependencies:
2626
source_span: '>=1.8.0-nullsafety <1.8.0'
2727
stack_trace: '>=1.10.0-nullsafety <1.10.0'
2828
stream_channel: ">=2.1.0-nullsafety <2.1.0"
29-
vm_service: '>=1.0.0 <5.0.0'
29+
vm_service: '>=1.0.0 <6.0.0'
3030
yaml: ^2.0.0
3131
# matcher is tightly constrained by test_api
3232
matcher: any

0 commit comments

Comments
 (0)