File tree 3 files changed +26
-16
lines changed
3 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -8,43 +8,43 @@ packages:
8
8
args:
9
9
description: args
10
10
source: hosted
11
- version: "0.10 .0+1"
11
+ version: "0.11 .0+1"
12
12
barback:
13
13
description: barback
14
14
source: hosted
15
15
version: "0.13.0"
16
16
benchmark_harness:
17
17
description: benchmark_harness
18
18
source: hosted
19
- version: "1.0.4 "
19
+ version: "1.0.2 "
20
20
browser:
21
21
description: browser
22
22
source: hosted
23
- version: "0.10.0+2 "
23
+ version: "0.9.1 "
24
24
code_transformers:
25
25
description: code_transformers
26
26
source: hosted
27
- version: "0.1.3+1 "
27
+ version: "0.1.3"
28
28
collection:
29
29
description: collection
30
30
source: hosted
31
- version: "0.9.2 "
31
+ version: "0.9.0 "
32
32
di:
33
33
description: di
34
34
source: hosted
35
35
version: "0.0.40"
36
36
guinness:
37
37
description: guinness
38
38
source: hosted
39
- version: "0.1.5 "
39
+ version: "0.1.3 "
40
40
html5lib:
41
41
description: html5lib
42
42
source: hosted
43
43
version: "0.10.0"
44
44
intl:
45
45
description: intl
46
46
source: hosted
47
- version: "0.9.8 "
47
+ version: "0.9.9 "
48
48
logging:
49
49
description: logging
50
50
source: hosted
@@ -56,27 +56,27 @@ packages:
56
56
mock:
57
57
description: mock
58
58
source: hosted
59
- version: "0.10.0+1 "
59
+ version: "0.10.0"
60
60
path:
61
61
description: path
62
62
source: hosted
63
- version: "1.2 .0"
63
+ version: "1.1 .0"
64
64
perf_api:
65
65
description: perf_api
66
66
source: hosted
67
67
version: "0.0.8"
68
68
route_hierarchical:
69
69
description: route_hierarchical
70
70
source: hosted
71
- version: "0.4.21 "
71
+ version: "0.4.20 "
72
72
source_maps:
73
73
description: source_maps
74
74
source: hosted
75
75
version: "0.9.0"
76
76
stack_trace:
77
77
description: stack_trace
78
78
source: hosted
79
- version: "0.9.3+2 "
79
+ version: "0.9.3+1 "
80
80
unittest:
81
81
description: unittest
82
82
source: hosted
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
23
23
html5lib : ' >=0.10.0 <0.11.0'
24
24
intl : ' >=0.8.7 <0.10.0'
25
25
perf_api : ' >=0.0.8 <0.1.0'
26
- route_hierarchical : ' >=0.4.21 <0.5.0'
26
+ route_hierarchical : ' >=0.4.18 <0.5.0'
27
27
web_components : ' >=0.3.3 <0.4.0'
28
28
dev_dependencies :
29
29
benchmark_harness : ' >=1.0.0'
@@ -32,7 +32,19 @@ dev_dependencies:
32
32
guinness : ' >=0.1.3 <0.2.0'
33
33
dependency_overrides :
34
34
analyzer : ' 0.13.6'
35
+ args : ' 0.11.0+1'
36
+ barback : ' 0.13.0'
37
+ benchmark_harness : ' 1.0.2'
38
+ browser : ' 0.9.1'
39
+ code_transformers : ' 0.1.3'
40
+ collection : ' 0.9.0'
35
41
di : ' 0.0.40'
42
+ guinness : ' 0.1.3'
43
+ html5lib : ' 0.10.0'
44
+ intl : ' 0.9.9'
45
+ mock : ' 0.10.0'
46
+ perf_api : ' 0.0.8'
36
47
route_hierarchical : ' 0.4.20'
37
- args : ' 0.10.0+1'
38
- code_transformers : ' 0.1.3'
48
+ unittest : ' 0.10.1+2'
49
+ web_components : ' 0.3.4'
50
+
Original file line number Diff line number Diff line change @@ -260,8 +260,6 @@ main() {
260
260
"route.client.RouteEvent" ,
261
261
"route.client.RouteHandle" ,
262
262
"route.client.RouteImpl" ,
263
- "route.client.RoutePreLeaveEvent" ,
264
- "route.client.RoutePreLeaveEventHandler" ,
265
263
"route.client.RouteLeaveEvent" ,
266
264
"route.client.RouteLeaveEventHandler" ,
267
265
"route.client.RoutePreEnterEvent" ,
You can’t perform that action at this time.
0 commit comments