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.25.10
2+
3+ * Update the ` package:vm_service ` constraint to allow version ` 15.x ` .
4+
15## 1.25.9
26
37* Allow ` analyzer: '>=6.0.0 <8.0.0' `
Original file line number Diff line number Diff line change 11name : test
2- version : 1.25.9
2+ version : 1.25.10
33description : >-
44 A full featured library for writing and running Dart tests across platforms.
55repository : https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -36,7 +36,7 @@ dependencies:
3636
3737 # Use an exact version until the test_api and test_core package are stable.
3838 test_api : 0.7.4
39- test_core : 0.6.6
39+ test_core : 0.6.7
4040
4141 typed_data : ^1.3.0
4242 web_socket_channel : ' >=2.0.0 <4.0.0'
Original file line number Diff line number Diff line change 1+ ## 0.6.7
2+
3+ * Update the ` package:vm_service ` constraint to allow version ` 15.x ` .
4+
15## 0.6.6
26
37* Allow ` analyzer: '>=6.0.0 <8.0.0' `
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.6.6
2+ version : 0.6.7
33description : A basic library for writing tests and running them on the VM.
44repository : https://github.com/dart-lang/test/tree/master/pkgs/test_core
55resolution : workspace
@@ -28,7 +28,7 @@ dependencies:
2828 stream_channel : ^2.1.0
2929 # Use an exact version until the test_api package is stable.
3030 test_api : 0.7.4
31- vm_service : " >=6.0.0 <15 .0.0"
31+ vm_service : " >=6.0.0 <16 .0.0"
3232 yaml : ^3.0.0
3333
3434dev_dependencies :
You can’t perform that action at this time.
0 commit comments