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

chore: improve pubspec.yaml, remove pubspec.lock #1258

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 32 additions & 22 deletions benchmark/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ packages:
analyzer:
description: analyzer
source: hosted
version: "0.15.7"
version: "0.18.0"
angular:
description:
path: ".."
relative: true
source: path
version: "0.11.0"
version: "0.14.0"
args:
description: args
source: hosted
version: "0.10.0+2"
barback:
description: barback
source: hosted
version: "0.13.0"
version: "0.14.2"
benchmark_harness:
description: benchmark_harness
source: hosted
Expand All @@ -30,66 +30,76 @@ packages:
code_transformers:
description: code_transformers
source: hosted
version: "0.1.4+2"
version: "0.1.6"
collection:
description: collection
source: hosted
version: "0.9.2"
version: "0.9.4"
di:
description:
path: "../../di.dart"
relative: true
source: path
version: "2.0.0-alpha.9"
description: di
source: hosted
version: "2.0.2"
html5lib:
description: html5lib
source: hosted
version: "0.10.0"
intl:
description: intl
source: hosted
version: "0.9.10"
version: "0.11.6"
logging:
description: logging
source: hosted
version: "0.9.1+1"
version: "0.9.2"
matcher:
description: matcher
source: hosted
version: "0.10.0"
version: "0.11.1"
mock:
description: mock
source: hosted
version: "0.10.0+1"
version: "0.11.0+2"
path:
description: path
source: hosted
version: "1.2.1"
version: "1.3.0"
perf_api:
description: perf_api
source: hosted
version: "0.0.8"
version: "0.0.9"
pool:
description: pool
source: hosted
version: "1.0.1"
route_hierarchical:
description: route_hierarchical
source: hosted
version: "0.4.21"
version: "0.4.22"
source_maps:
description: source_maps
source: hosted
version: "0.9.0"
version: "0.9.4"
source_span:
description: source_span
source: hosted
version: "1.0.0"
stack_trace:
description: stack_trace
source: hosted
version: "0.9.3+1"
version: "1.0.2"
typed_mock:
description: typed_mock
source: hosted
version: "0.0.4"
unittest:
description: unittest
source: hosted
version: "0.10.1+2"
version: "0.11.0+5"
utf:
description: utf
source: hosted
version: "0.9.0"
version: "0.9.0+1"
web_components:
description: web_components
source: hosted
version: "0.3.3"
version: "0.6.0+1"
3 changes: 2 additions & 1 deletion benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: Angular benchmarks
dependencies:
angular:
path: ..
dev_dependencies:
browser: '>=0.10.0 <0.11.0'
web_components: '>=0.5.0 <0.7.0'
benchmark_harness: '>=1.0.0'
unittest: '>=0.10.1 <0.12.0'
mock: '>=0.10.0 <0.12.0'
Expand Down
16 changes: 6 additions & 10 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages:
barback:
description: barback
source: hosted
version: "0.14.0+3"
version: "0.14.2"
browser:
description: browser
source: hosted
Expand Down Expand Up @@ -47,10 +47,6 @@ packages:
description: logging
source: hosted
version: "0.9.2"
matcher:
description: matcher
source: hosted
version: "0.11.1"
path:
description: path
source: hosted
Expand All @@ -59,6 +55,10 @@ packages:
description: perf_api
source: hosted
version: "0.0.9"
pool:
description: pool
source: hosted
version: "1.0.1"
quiver:
description: quiver
source: hosted
Expand All @@ -78,15 +78,11 @@ packages:
stack_trace:
description: stack_trace
source: hosted
version: "0.9.3+2"
version: "1.0.2"
typed_mock:
description: typed_mock
source: hosted
version: "0.0.4"
unittest:
description: unittest
source: hosted
version: "0.11.0+5"
utf:
description: utf
source: hosted
Expand Down
7 changes: 3 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ version: 0.0.1
dependencies:
angular:
path: ../
browser: any
unittest: any
quiver: any
web_components: any
quiver: '>=0.18.2 <0.19.0'
browser: '>=0.10.0 <0.11.0'
web_components: '>=0.5.0 <0.7.0'

transformers:
- angular:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ dependencies:
args: '>=0.10.0 <0.11.0'
analyzer: '>=0.15.0 <0.19.0'
barback: '>=0.13.0 <0.17.0'
browser: '>=0.10.0 <0.11.0'
code_transformers: '>=0.1.4+2 <0.2.0'
collection: '>=0.9.1 <1.0.0'
collection: '>=0.9.1 <0.10.0'
di: '>=2.0.1 <3.0.0'
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.12.0'
perf_api: '>=0.0.9 <0.1.0'
route_hierarchical: '>=0.4.22 <0.5.0'
dev_dependencies:
browser: '>=0.10.0 <0.11.0'
benchmark_harness: '>=1.0.0 <2.0.0'
guinness: '>=0.1.9 <0.2.0'
mock: '>=0.10.0 <0.12.0'
Expand Down