Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit af8ac85

Browse files
authored
allow the 2.12 prerelease sdks (#56)
1 parent 60a14d4 commit af8ac85

File tree

2 files changed

+8
-62
lines changed

2 files changed

+8
-62
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.10-nullsafety.2
2+
3+
* Allow prerelease versions of the 2.12 sdk.
4+
15
## 0.10.10-nullsafety.1
26

37
* Allow 2.10 stable and 2.11.0 dev SDK versions.

pubspec.yaml

+4-62
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,16 @@
11
name: source_maps
2-
version: 0.10.10-nullsafety.1
2+
version: 0.10.10-nullsafety.2
33

44
description: Library to programmatically manipulate source map files.
55
homepage: https://github.com/dart-lang/source_maps
66

77
environment:
88
# 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'
1010

1111
dependencies:
1212
source_span: '>=1.8.0-nullsafety <1.8.0'
1313

1414
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

Comments
 (0)