File tree 10 files changed +173
-161
lines changed
integration_tests/spawn_hybrid
10 files changed +173
-161
lines changed Original file line number Diff line number Diff line change 1
1
name : spawn_hybrid
2
2
publish_to : none
3
3
environment :
4
- sdk : ^3.2 .0
4
+ sdk : ^3.4 .0
5
5
dependencies :
6
6
async : ^2.9.0
7
7
path : ^1.8.2
Original file line number Diff line number Diff line change 1
1
## 0.3.1-wip
2
2
3
- - Update min SDK constraint to 3.2 .0.
3
+ - Update min SDK constraint to 3.4 .0.
4
4
5
5
## 0.3.0
6
6
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: >-
6
6
repository : https://github.com/dart-lang/test/tree/master/pkgs/checks
7
7
8
8
environment :
9
- sdk : ^3.2 .0
9
+ sdk : ^3.4 .0
10
10
11
11
dependencies :
12
12
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
+
1
5
## 1.25.7
2
6
3
7
* Enable asserts for ` dart2wasm ` tests.
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.25.7
2
+ version : 1.25.8-wip
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
6
6
7
7
environment :
8
- sdk : ^3.2 .0
8
+ sdk : ^3.4 .0
9
9
10
10
dependencies :
11
11
analyzer : ' >=5.12.0 <7.0.0'
@@ -34,8 +34,8 @@ dependencies:
34
34
stream_channel : ^2.1.0
35
35
36
36
# 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
39
39
40
40
typed_data : ^1.3.0
41
41
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
+
1
5
## 0.7.2
2
6
3
7
* Update min SDK constraint to 3.2.0.
Original file line number Diff line number Diff line change 1
1
name : test_api
2
- version : 0.7.2
2
+ version : 0.7.3-wip
3
3
description : >-
4
4
The user facing API for structuring Dart tests and checking expectations.
5
5
repository : https://github.com/dart-lang/test/tree/master/pkgs/test_api
6
6
7
7
environment :
8
- sdk : ^3.2 .0
8
+ sdk : ^3.4 .0
9
9
10
10
dependencies :
11
11
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
+
1
5
## 0.6.4
2
6
3
7
* Enable asserts for ` dart2wasm ` tests.
Original file line number Diff line number Diff line change 1
1
name : test_core
2
- version : 0.6.4
2
+ version : 0.6.5-wip
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
6
6
environment :
7
- sdk : ^3.2 .0
7
+ sdk : ^3.4 .0
8
8
9
9
dependencies :
10
10
analyzer : ' >=3.3.0 <7.0.0'
@@ -26,7 +26,7 @@ dependencies:
26
26
stack_trace : ^1.10.0
27
27
stream_channel : ^2.1.0
28
28
# Use an exact version until the test_api package is stable.
29
- test_api : 0.7.2
29
+ test_api : 0.7.3
30
30
vm_service : " >=6.0.0 <15.0.0"
31
31
yaml : ^3.0.0
32
32
You can’t perform that action at this time.
0 commit comments