File tree Expand file tree Collapse file tree 10 files changed +173
-161
lines changed
integration_tests/spawn_hybrid Expand file tree Collapse file tree 10 files changed +173
-161
lines changed Original file line number Diff line number Diff line change 11name : spawn_hybrid
22publish_to : none
33environment :
4- sdk : ^3.2 .0
4+ sdk : ^3.4 .0
55dependencies :
66 async : ^2.9.0
77 path : ^1.8.2
Original file line number Diff line number Diff line change 11## 0.3.1-wip
22
3- - Update min SDK constraint to 3.2 .0.
3+ - Update min SDK constraint to 3.4 .0.
44
55## 0.3.0
66
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: >-
66repository : https://github.com/dart-lang/test/tree/master/pkgs/checks
77
88environment :
9- sdk : ^3.2 .0
9+ sdk : ^3.4 .0
1010
1111dependencies :
1212 async : ^2.8.0
Original file line number Diff line number Diff line change 1+ ## 1.25.8-wip
2+
3+ * Increase SDK constraint to ^3.4.0.
4+
15## 1.25.7
26
37* Enable asserts for ` dart2wasm ` tests.
Original file line number Diff line number Diff line change 11name : test
2- version : 1.25.7
2+ version : 1.25.8-wip
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
66
77environment :
8- sdk : ^3.2 .0
8+ sdk : ^3.4 .0
99
1010dependencies :
1111 analyzer : ' >=5.12.0 <7.0.0'
@@ -34,8 +34,8 @@ dependencies:
3434 stream_channel : ^2.1.0
3535
3636 # Use an exact version until the test_api and test_core package are stable.
37- test_api : 0.7.2
38- test_core : 0.6.4
37+ test_api : 0.7.3
38+ test_core : 0.6.5
3939
4040 typed_data : ^1.3.0
4141 web_socket_channel : ' >=2.0.0 <4.0.0'
Original file line number Diff line number Diff line change 1+ ## 0.7.3-wip
2+
3+ * Increase SDK constraint to ^3.4.0.
4+
15## 0.7.2
26
37* Update min SDK constraint to 3.2.0.
Original file line number Diff line number Diff line change 11name : test_api
2- version : 0.7.2
2+ version : 0.7.3-wip
33description : >-
44 The user facing API for structuring Dart tests and checking expectations.
55repository : https://github.com/dart-lang/test/tree/master/pkgs/test_api
66
77environment :
8- sdk : ^3.2 .0
8+ sdk : ^3.4 .0
99
1010dependencies :
1111 async : ^2.5.0
Original file line number Diff line number Diff line change 1+ ## 0.6.5-wip
2+
3+ * Increase SDK constraint to ^3.4.0.
4+
15## 0.6.4
26
37* Enable asserts for ` dart2wasm ` tests.
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.6.4
2+ version : 0.6.5-wip
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
55
66environment :
7- sdk : ^3.2 .0
7+ sdk : ^3.4 .0
88
99dependencies :
1010 analyzer : ' >=3.3.0 <7.0.0'
@@ -26,7 +26,7 @@ dependencies:
2626 stack_trace : ^1.10.0
2727 stream_channel : ^2.1.0
2828 # Use an exact version until the test_api package is stable.
29- test_api : 0.7.2
29+ test_api : 0.7.3
3030 vm_service : " >=6.0.0 <15.0.0"
3131 yaml : ^3.0.0
3232
You can’t perform that action at this time.
0 commit comments