|
1 | 1 | name: source_maps
|
2 |
| -version: 0.10.10-nullsafety.1 |
| 2 | +version: 0.10.10-nullsafety.2 |
3 | 3 |
|
4 | 4 | description: Library to programmatically manipulate source map files.
|
5 | 5 | homepage: https://github.com/dart-lang/source_maps
|
6 | 6 |
|
7 | 7 | environment:
|
8 | 8 | # This must remain a tight constraint until nnbd is stable
|
9 |
| - sdk: '>=2.10.0-0 <2.11.0' |
| 9 | + sdk: '>=2.10.0-0 <2.12.0' |
10 | 10 |
|
11 | 11 | dependencies:
|
12 | 12 | source_span: '>=1.8.0-nullsafety <1.8.0'
|
13 | 13 |
|
14 | 14 | dev_dependencies:
|
15 |
| - test: ^1.2.0 |
16 |
| - term_glyph: ^1.0.0 |
17 |
| - |
18 |
| -dependency_overrides: |
19 |
| - # Overrides required for a version solve |
20 |
| - coverage: 0.14.0 |
21 |
| - # Null Safety Overrides |
22 |
| - async: |
23 |
| - git: git://github.com/dart-lang/async.git |
24 |
| - boolean_selector: |
25 |
| - git: git://github.com/dart-lang/boolean_selector.git |
26 |
| - charcode: |
27 |
| - git: git://github.com/dart-lang/charcode.git |
28 |
| - collection: |
29 |
| - git: git://github.com/dart-lang/collection.git |
30 |
| - js: |
31 |
| - git: |
32 |
| - url: git://github.com/dart-lang/sdk.git |
33 |
| - path: pkg/js |
34 |
| - ref: 2-10-pkgs |
35 |
| - matcher: |
36 |
| - git: git://github.com/dart-lang/matcher.git |
37 |
| - meta: |
38 |
| - git: |
39 |
| - url: git://github.com/dart-lang/sdk.git |
40 |
| - path: pkg/meta |
41 |
| - ref: 2-10-pkgs |
42 |
| - path: |
43 |
| - git: git://github.com/dart-lang/path.git |
44 |
| - pedantic: |
45 |
| - git: git://github.com/dart-lang/pedantic.git |
46 |
| - pool: |
47 |
| - git: git://github.com/dart-lang/pool.git |
48 |
| - source_map_stack_trace: |
49 |
| - git: git://github.com/dart-lang/source_map_stack_trace.git |
50 |
| - source_span: |
51 |
| - git: git://github.com/dart-lang/source_span.git |
52 |
| - stack_trace: |
53 |
| - git: git://github.com/dart-lang/stack_trace.git |
54 |
| - stream_channel: |
55 |
| - git: git://github.com/dart-lang/stream_channel.git |
56 |
| - string_scanner: |
57 |
| - git: git://github.com/dart-lang/string_scanner.git |
58 |
| - term_glyph: |
59 |
| - git: git://github.com/dart-lang/term_glyph.git |
60 |
| - test_api: |
61 |
| - git: |
62 |
| - url: git://github.com/dart-lang/test.git |
63 |
| - path: pkgs/test_api |
64 |
| - test_core: |
65 |
| - git: |
66 |
| - url: git://github.com/dart-lang/test.git |
67 |
| - path: pkgs/test_core |
68 |
| - test: |
69 |
| - git: |
70 |
| - url: git://github.com/dart-lang/test.git |
71 |
| - path: pkgs/test |
72 |
| - typed_data: |
73 |
| - git: git://github.com/dart-lang/typed_data.git |
74 |
| - |
| 15 | + test: ^1.16.0-nullsafety |
| 16 | + term_glyph: ^1.2.0-nullsafety |
0 commit comments