File tree 4 files changed +12
-7
lines changed
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.31.1
2
+
3
+ * Update to reflect that ` _InternalLinkedHashMap ` is not a subtype of ` HashMap `
4
+ in sdk 2.0.0-dev.22.0.
5
+
1
6
## 0.31.0+1
2
7
3
8
* Update SDK constraint to require Dart v2-dev release.
Original file line number Diff line number Diff line change 1
1
name : analyzer
2
- version : 0.31.0+ 1
2
+ version : 0.31.1
3
3
author :
Dart Team <[email protected] >
4
4
description : Static analyzer for Dart.
5
5
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@@ -11,11 +11,11 @@ dependencies:
11
11
collection : ^1.10.1
12
12
convert : ^2.0.0
13
13
crypto : ' >=1.1.1 <3.0.0'
14
- front_end : 0.1.0-alpha.8
14
+ front_end : 0.1.0-alpha.9
15
15
glob : ^1.0.3
16
16
html : ' >=0.12.0 <1.14.0'
17
17
isolate : ' >=0.2.2 <2.0.0'
18
- kernel : 0.3.0-alpha.5
18
+ kernel : 0.3.0-alpha.9
19
19
meta : ^1.0.2
20
20
package_config : ' >=0.1.5 <2.0.0'
21
21
path : ' >=0.9.0 <2.0.0'
Original file line number Diff line number Diff line change 1
1
name : front_end
2
- version : 0.1.0-alpha.8
2
+ version : 0.1.0-alpha.9
3
3
author :
Dart Team <[email protected] >
4
4
description : Front end for compilation of Dart code.
5
5
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/front_end
@@ -9,7 +9,7 @@ dependencies:
9
9
charcode : ' ^1.1.1'
10
10
convert : ' ^2.0.1'
11
11
crypto : ' ^2.0.2'
12
- kernel : 0.3.0-alpha.5
12
+ kernel : 0.3.0-alpha.9
13
13
meta : ' ^1.1.1'
14
14
package_config : ' ^1.0.1'
15
15
path : ' ^1.3.9'
Original file line number Diff line number Diff line change 1
1
name : kernel
2
- version : 0.3.0-alpha.5
2
+ version : 0.3.0-alpha.9
3
3
author :
Dart Team <[email protected] >
4
4
description : Dart IR (Intermediate Representation)
5
5
homepage : https://github.com/dart-lang/sdk/tree/master/pkg/kernel
@@ -12,7 +12,7 @@ dependencies:
12
12
package_config : ^1.0.0
13
13
dev_dependencies :
14
14
analyzer : ' >=0.30.0 <0.32.0'
15
- front_end : 0.1.0-alpha.8
15
+ front_end : 0.1.0-alpha.9
16
16
test : ^0.12.15+6
17
17
stack_trace : ^1.6.6
18
18
ansicolor : ^0.0.9
You can’t perform that action at this time.
0 commit comments