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

Commit

Permalink
chore(pubspec): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Dec 19, 2014
1 parent 4933a5e commit 47ae01c
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 34 deletions.
26 changes: 17 additions & 9 deletions benchmark/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
analyzer:
description: analyzer
source: hosted
version: "0.15.7"
version: "0.22.4"
angular:
description:
path: ".."
Expand All @@ -14,11 +14,11 @@ packages:
args:
description: args
source: hosted
version: "0.10.0+2"
version: "0.12.2+1"
barback:
description: barback
source: hosted
version: "0.14.2"
version: "0.15.2+2"
benchmark_harness:
description: benchmark_harness
source: hosted
Expand All @@ -30,19 +30,23 @@ packages:
code_transformers:
description: code_transformers
source: hosted
version: "0.1.6"
version: "0.2.3+2"
collection:
description: collection
source: hosted
version: "0.9.4"
csslib:
description: csslib
source: hosted
version: "0.11.0+2"
di:
description: di
source: hosted
version: "3.3.2"
version: "3.3.3"
html5lib:
description: html5lib
source: hosted
version: "0.10.0"
version: "0.12.0"
intl:
description: intl
source: hosted
Expand All @@ -62,7 +66,7 @@ packages:
observe:
description: observe
source: hosted
version: "0.10.1+2"
version: "0.12.2"
path:
description: path
source: hosted
Expand All @@ -82,11 +86,11 @@ packages:
route_hierarchical:
description: route_hierarchical
source: hosted
version: "0.5.0"
version: "0.6.1"
smoke:
description: smoke
source: hosted
version: "0.1.0+1"
version: "0.2.1+1"
source_maps:
description: source_maps
source: hosted
Expand All @@ -107,3 +111,7 @@ packages:
description: utf
source: hosted
version: "0.9.0+1"
watcher:
description: watcher
source: hosted
version: "0.9.3"
26 changes: 17 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
analyzer:
description: analyzer
source: hosted
version: "0.15.7"
version: "0.22.4"
angular:
description:
path: ".."
Expand All @@ -14,31 +14,35 @@ packages:
args:
description: args
source: hosted
version: "0.10.0+2"
version: "0.12.2+1"
barback:
description: barback
source: hosted
version: "0.14.2"
version: "0.15.2+2"
browser:
description: browser
source: hosted
version: "0.10.0+2"
code_transformers:
description: code_transformers
source: hosted
version: "0.1.6"
version: "0.2.3+2"
collection:
description: collection
source: hosted
version: "0.9.4"
csslib:
description: csslib
source: hosted
version: "0.11.0+2"
di:
description: di
source: hosted
version: "3.3.2"
version: "3.3.3"
html5lib:
description: html5lib
source: hosted
version: "0.10.0"
version: "0.12.0"
intl:
description: intl
source: hosted
Expand All @@ -54,7 +58,7 @@ packages:
observe:
description: observe
source: hosted
version: "0.10.1+2"
version: "0.12.2"
path:
description: path
source: hosted
Expand All @@ -74,11 +78,11 @@ packages:
route_hierarchical:
description: route_hierarchical
source: hosted
version: "0.5.0"
version: "0.6.1"
smoke:
description: smoke
source: hosted
version: "0.1.0+1"
version: "0.2.1+1"
source_maps:
description: source_maps
source: hosted
Expand All @@ -99,6 +103,10 @@ packages:
description: utf
source: hosted
version: "0.9.0+1"
watcher:
description: watcher
source: hosted
version: "0.9.3"
web_components:
description: web_components
source: hosted
Expand Down
26 changes: 17 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ packages:
analyzer:
description: analyzer
source: hosted
version: "0.15.7"
version: "0.22.4"
args:
description: args
source: hosted
version: "0.10.0+2"
version: "0.12.2+1"
barback:
description: barback
source: hosted
version: "0.14.2"
version: "0.15.2+2"
benchmark_harness:
description: benchmark_harness
source: hosted
Expand All @@ -28,23 +28,27 @@ packages:
code_transformers:
description: code_transformers
source: hosted
version: "0.1.6"
version: "0.2.3+2"
collection:
description: collection
source: hosted
version: "0.9.4"
csslib:
description: csslib
source: hosted
version: "0.11.0+2"
di:
description: di
source: hosted
version: "3.3.2"
version: "3.3.3"
guinness:
description: guinness
source: hosted
version: "0.1.15"
html5lib:
description: html5lib
source: hosted
version: "0.10.0"
version: "0.12.0"
intl:
description: intl
source: hosted
Expand All @@ -68,7 +72,7 @@ packages:
observe:
description: observe
source: hosted
version: "0.10.1+2"
version: "0.12.2"
path:
description: path
source: hosted
Expand All @@ -92,11 +96,11 @@ packages:
route_hierarchical:
description: route_hierarchical
source: hosted
version: "0.6.0"
version: "0.6.1"
smoke:
description: smoke
source: hosted
version: "0.1.0+1"
version: "0.2.1+1"
source_maps:
description: source_maps
source: hosted
Expand All @@ -117,6 +121,10 @@ packages:
description: utf
source: hosted
version: "0.9.0+1"
watcher:
description: watcher
source: hosted
version: "0.9.3"
web_components:
description: web_components
source: hosted
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ homepage: https://angulardart.org
environment:
sdk: '>=1.4.0'
dependencies:
analyzer: '>=0.15.0 <0.19.0'
args: '>=0.10.0 <0.11.0'
analyzer: '>=0.22.0 <0.23.0'
args: '>=0.12.0 <0.13.0'
barback: '>=0.13.0 <0.17.0'
browser: '>=0.10.0 <0.11.0'
code_transformers: '>=0.1.4+2 <0.2.0'
code_transformers: '>=0.2.3 <0.3.0'
collection: '>=0.9.1 <1.0.0'
di: '>=3.3.2 <4.0.0'
html5lib: '>=0.10.0 <0.11.0'
di: '>=3.3.3 <4.0.0'
html5lib: '>=0.12.0 <0.13.0'
intl: '>=0.8.7 <0.12.0'
observe: '>=0.10.0+1 <0.11.0'
observe: '>=0.12.0 <0.13.0'
perf_api: '>=0.0.9 <0.1.0'
route_hierarchical: '>=0.6.0 <0.7.0'
route_hierarchical: '>=0.6.1 <0.7.0'
dev_dependencies:
benchmark_harness: '>=1.0.0 <2.0.0'
guinness: '>=0.1.9 <0.2.0'
Expand Down

0 comments on commit 47ae01c

Please sign in to comment.