Commit 1d28d73 1 parent c2a6986 commit 1d28d73 Copy full SHA for 1d28d73
File tree 4 files changed +12
-4
lines changed
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
+
1
5
## 1.25.9
2
6
3
7
* Allow ` analyzer: '>=6.0.0 <8.0.0' `
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.25.9
2
+ version : 1.25.10
3
3
description : >-
4
4
A full featured library for writing and running Dart tests across platforms.
5
5
repository : https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -36,7 +36,7 @@ dependencies:
36
36
37
37
# Use an exact version until the test_api and test_core package are stable.
38
38
test_api : 0.7.4
39
- test_core : 0.6.6
39
+ test_core : 0.6.7
40
40
41
41
typed_data : ^1.3.0
42
42
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
+
1
5
## 0.6.6
2
6
3
7
* Allow ` analyzer: '>=6.0.0 <8.0.0' `
Original file line number Diff line number Diff line change 1
1
name : test_core
2
- version : 0.6.6
2
+ version : 0.6.7
3
3
description : A basic library for writing tests and running them on the VM.
4
4
repository : https://github.com/dart-lang/test/tree/master/pkgs/test_core
5
5
resolution : workspace
@@ -28,7 +28,7 @@ dependencies:
28
28
stream_channel : ^2.1.0
29
29
# Use an exact version until the test_api package is stable.
30
30
test_api : 0.7.4
31
- vm_service : " >=6.0.0 <15 .0.0"
31
+ vm_service : " >=6.0.0 <16 .0.0"
32
32
yaml : ^3.0.0
33
33
34
34
dev_dependencies :
You can’t perform that action at this time.
0 commit comments