Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 0662082

Browse files
committed
pub install
1 parent dbe495d commit 0662082

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

pubspec.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.15.7"
7+
version: "0.22.4"
88
args:
99
description: args
1010
source: hosted
1111
version: "0.10.0+2"
1212
barback:
1313
description: barback
1414
source: hosted
15-
version: "0.14.2"
15+
version: "0.15.2+2"
1616
benchmark_harness:
1717
description: benchmark_harness
1818
source: hosted
@@ -28,23 +28,27 @@ packages:
2828
code_transformers:
2929
description: code_transformers
3030
source: hosted
31-
version: "0.1.6"
31+
version: "0.2.3+2"
3232
collection:
3333
description: collection
3434
source: hosted
3535
version: "0.9.4"
36+
csslib:
37+
description: csslib
38+
source: hosted
39+
version: "0.11.0+2"
3640
di:
3741
description: di
3842
source: hosted
39-
version: "3.3.2"
43+
version: "3.3.3"
4044
guinness:
4145
description: guinness
4246
source: hosted
4347
version: "0.1.15"
4448
html5lib:
4549
description: html5lib
4650
source: hosted
47-
version: "0.10.0"
51+
version: "0.12.0"
4852
intl:
4953
description: intl
5054
source: hosted
@@ -68,7 +72,7 @@ packages:
6872
observe:
6973
description: observe
7074
source: hosted
71-
version: "0.10.1+2"
75+
version: "0.12.2"
7276
path:
7377
description: path
7478
source: hosted
@@ -92,11 +96,11 @@ packages:
9296
route_hierarchical:
9397
description: route_hierarchical
9498
source: hosted
95-
version: "0.6.0"
99+
version: "0.6.1"
96100
smoke:
97101
description: smoke
98102
source: hosted
99-
version: "0.1.0+1"
103+
version: "0.2.1+1"
100104
source_maps:
101105
description: source_maps
102106
source: hosted
@@ -117,6 +121,10 @@ packages:
117121
description: utf
118122
source: hosted
119123
version: "0.9.0+1"
124+
watcher:
125+
description: watcher
126+
source: hosted
127+
version: "0.9.3"
120128
web_components:
121129
description: web_components
122130
source: hosted

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage: https://angulardart.org
1414
environment:
1515
sdk: '>=1.4.0'
1616
dependencies:
17-
analyzer: '>=0.15.0 <0.19.0'
17+
analyzer: '>=0.22.0 <0.23.0'
1818
args: '>=0.10.0 <0.11.0'
1919
barback: '>=0.13.0 <0.17.0'
2020
browser: '>=0.10.0 <0.11.0'
@@ -23,7 +23,7 @@ dependencies:
2323
di: '>=3.3.3 <4.0.0'
2424
html5lib: '>=0.12.0 <0.13.0'
2525
intl: '>=0.8.7 <0.12.0'
26-
observe: '>=0.10.0+1 <0.11.0'
26+
observe: '>=0.12.0 <0.13.0'
2727
perf_api: '>=0.0.9 <0.1.0'
2828
route_hierarchical: '>=0.6.1 <0.7.0'
2929
dev_dependencies:

0 commit comments

Comments
 (0)