File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name : test
2- version : 1.16.0-nullsafety.3
2+ version : 1.16.0-nullsafety.4
33description : A full featured library for writing and running Dart tests.
44homepage : 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
3939dev_dependencies :
4040 fake_async : ^1.0.0
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.3.12-nullsafety.3
2+ version : 0.3.12-nullsafety.4
33description : A basic library for writing tests and running them on the VM.
44homepage : 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
You can’t perform that action at this time.
0 commit comments