@@ -9,66 +9,10 @@ environment:
9
9
10
10
dev_dependencies :
11
11
benchmark_harness : any
12
- path : ^1.0.0
13
- pedantic : ^1.0.0
14
- test : ^1.6.0
12
+ path : ^1.8.0-nullsafety
13
+ pedantic : ^1.10.0-nullsafety
14
+ test : ^1.16.0-nullsafety
15
15
16
16
build_runner : ^1.0.0
17
17
build_test : ^1.2.0
18
18
build_web_compilers : ' >=1.2.0 <3.0.0'
19
-
20
- dependency_overrides :
21
- async :
22
- git : git://github.com/dart-lang/async.git
23
- boolean_selector :
24
- git : git://github.com/dart-lang/boolean_selector.git
25
- charcode :
26
- git : git://github.com/dart-lang/charcode.git
27
- collection :
28
- git : git://github.com/dart-lang/collection.git
29
- js :
30
- git :
31
- url : git://github.com/dart-lang/sdk.git
32
- path : pkg/js
33
- ref : 2-10-pkgs
34
- matcher :
35
- git : git://github.com/dart-lang/matcher.git
36
- meta :
37
- git :
38
- url : git://github.com/dart-lang/sdk.git
39
- path : pkg/meta
40
- ref : 2-10-pkgs
41
- path :
42
- git : git://github.com/dart-lang/path.git
43
- pedantic :
44
- git : git://github.com/dart-lang/pedantic.git
45
- pool :
46
- git : git://github.com/dart-lang/pool.git
47
- source_maps :
48
- git : git://github.com/dart-lang/source_maps.git
49
- source_map_stack_trace :
50
- git : git://github.com/dart-lang/source_map_stack_trace.git
51
- source_span :
52
- git : git://github.com/dart-lang/source_span.git
53
- stack_trace :
54
- git : git://github.com/dart-lang/stack_trace.git
55
- stream_channel :
56
- git : git://github.com/dart-lang/stream_channel.git
57
- string_scanner :
58
- git : git://github.com/dart-lang/string_scanner.git
59
- term_glyph :
60
- git : git://github.com/dart-lang/term_glyph.git
61
- test_api :
62
- git :
63
- url : git://github.com/dart-lang/test.git
64
- path : pkgs/test_api
65
- test_core :
66
- git :
67
- url : git://github.com/dart-lang/test.git
68
- path : pkgs/test_core
69
- test :
70
- git :
71
- url : git://github.com/dart-lang/test.git
72
- path : pkgs/test
73
- typed_data :
74
- git : git://github.com/dart-lang/typed_data.git
0 commit comments