-
Notifications
You must be signed in to change notification settings - Fork 217
/
Copy pathpubspec.yaml
40 lines (36 loc) · 922 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: test_core
version: 0.4.19
description: A basic library for writing tests and running them on the VM.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
analyzer: '>=3.3.0 <6.0.0'
async: ^2.5.0
args: ^2.0.0
boolean_selector: ^2.1.0
collection: ^1.15.0
coverage: ^1.0.0
frontend_server_client: '>=2.1.0 <4.0.0'
glob: ^2.0.0
io: ^1.0.0
meta: ^1.3.0
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.0
source_map_stack_trace: ^2.1.0
source_maps: ^0.10.10
source_span: ^1.8.0
stack_trace: ^1.10.0
stream_channel: ^2.1.0
vm_service: ">=6.0.0 <10.0.0"
yaml: ^3.0.0
# matcher is tightly constrained by test_api
matcher: any
# Use an exact version until the test_api package is stable.
test_api: 0.4.15
dev_dependencies:
lints: '>=1.0.0 <3.0.0'
dependency_overrides:
test_api:
path: ../test_api