This repository was archived by the owner on Feb 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +63
-31
lines changed
Expand file tree Collapse file tree 2 files changed +63
-31
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ packages:
44 analyzer:
55 description: analyzer
66 source: hosted
7- version: "0.22.4 "
7+ version: "0.24.6 "
88 args:
99 description: args
1010 source: hosted
11- version: "0.12.2+1 "
11+ version: "0.12.2+6 "
1212 barback:
1313 description: barback
1414 source: hosted
15- version: "0.15.2+2 "
15+ version: "0.15.2+4 "
1616 benchmark_harness:
1717 description: benchmark_harness
1818 source: hosted
@@ -25,66 +25,86 @@ packages:
2525 description: browser_detect
2626 source: hosted
2727 version: "1.0.3"
28+ cli_util:
29+ description: cli_util
30+ source: hosted
31+ version: "0.0.1+1"
2832 code_transformers:
2933 description: code_transformers
3034 source: hosted
31- version: "0.2.3+2 "
35+ version: "0.2.8 "
3236 collection:
3337 description: collection
3438 source: hosted
35- version: "0.9.4 "
39+ version: "1.1.0 "
3640 csslib:
3741 description: csslib
3842 source: hosted
39- version: "0.11.0+2"
43+ version: "0.12.0"
44+ dart_style:
45+ description: dart_style
46+ source: hosted
47+ version: "0.1.8"
4048 di:
4149 description: di
4250 source: hosted
43- version: "3.3.3"
51+ version: "3.3.4"
52+ glob:
53+ description: glob
54+ source: hosted
55+ version: "1.0.4"
4456 guinness:
4557 description: guinness
4658 source: hosted
47- version: "0.1.15"
59+ version: "0.1.17"
60+ html:
61+ description: html
62+ source: hosted
63+ version: "0.12.1+1"
4864 html5lib:
4965 description: html5lib
5066 source: hosted
51- version: "0.12.0"
67+ version: "0.12.1"
68+ initialize:
69+ description: initialize
70+ source: hosted
71+ version: "0.6.0+5"
5272 intl:
5373 description: intl
5474 source: hosted
55- version: "0.11.7 "
75+ version: "0.8.10+4 "
5676 js:
5777 description: js
5878 source: hosted
5979 version: "0.2.2"
6080 logging:
6181 description: logging
6282 source: hosted
63- version: "0.9.2 "
83+ version: "0.9.3 "
6484 matcher:
6585 description: matcher
6686 source: hosted
67- version: "0.11.1"
87+ version: "0.11.4+4"
88+ meta:
89+ description: meta
90+ source: hosted
91+ version: "0.8.8"
6892 mock:
6993 description: mock
7094 source: hosted
7195 version: "0.11.0+2"
7296 observe:
7397 description: observe
7498 source: hosted
75- version: "0.12. 2"
99+ version: "0.13.0+ 2"
76100 path:
77101 description: path
78102 source: hosted
79- version: "1.3.0 "
103+ version: "1.3.5 "
80104 perf_api:
81105 description: perf_api
82106 source: hosted
83107 version: "0.0.9"
84- petitparser:
85- description: petitparser
86- source: hosted
87- version: "1.2.2"
88108 pool:
89109 description: pool
90110 source: hosted
@@ -96,36 +116,48 @@ packages:
96116 route_hierarchical:
97117 description: route_hierarchical
98118 source: hosted
99- version: "0.6.1"
119+ version: "0.6.1+1 "
100120 smoke:
101121 description: smoke
102122 source: hosted
103- version: "0.2.1+1 "
123+ version: "0.3.2 "
104124 source_maps:
105125 description: source_maps
106126 source: hosted
107- version: "0.9.4 "
127+ version: "0.10.0+2 "
108128 source_span:
109129 description: source_span
110130 source: hosted
111- version: "1.0.0 "
131+ version: "1.1.2 "
112132 stack_trace:
113133 description: stack_trace
114134 source: hosted
115- version: "1.1.1"
135+ version: "1.3.1"
136+ string_scanner:
137+ description: string_scanner
138+ source: hosted
139+ version: "0.1.3+1"
116140 unittest:
117141 description: unittest
118142 source: hosted
119- version: "0.11.0+5 "
143+ version: "0.11.5+4 "
120144 utf:
121145 description: utf
122146 source: hosted
123- version: "0.9.0+1 "
147+ version: "0.9.0+2 "
124148 watcher:
125149 description: watcher
126150 source: hosted
127- version: "0.9.3 "
151+ version: "0.9.5 "
128152 web_components:
129153 description: web_components
130154 source: hosted
131- version: "0.3.5+1"
155+ version: "0.11.3+1"
156+ when:
157+ description: when
158+ source: hosted
159+ version: "0.2.0"
160+ which:
161+ description: which
162+ source: hosted
163+ version: "0.1.3"
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ homepage: https://angulardart.org
1414environment :
1515 sdk : ' >=1.4.0'
1616dependencies :
17- analyzer : ' >=0.22 .0 <0.25.0'
17+ analyzer : ' >=0.24 .0 <0.25.0'
1818 args : ' >=0.12.0 <0.13.0'
1919 barback : ' >=0.13.0 <0.17.0'
2020 browser : ' >=0.10.0 <0.11.0'
21- code_transformers : ' >=0.2.3 <0.3.0'
22- collection : ' >=0.9.1 <1.0 .0'
21+ code_transformers : ' >=0.2.7 <0.3.0'
22+ collection : ' >=1.1.0 <1.2 .0'
2323 di : ' >=3.3.3 <4.0.0'
2424 html5lib : ' >=0.12.0 <0.13.0'
2525 intl : ' >=0.8.7 <0.12.0'
@@ -32,5 +32,5 @@ dev_dependencies:
3232 mock : ' >=0.10.0 <0.12.0'
3333 protractor : ' 0.0.5'
3434 unittest : ' >=0.10.1 <0.12.0'
35- web_components : ' >=0.3.3 <0.4 .0'
35+ web_components : ' >=0.11.1 <0.12 .0'
3636 browser_detect : ' >=1.0.3 <2.0.0'
You can’t perform that action at this time.
0 commit comments