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

Commit

Permalink
Merge pull request #140 from darrencarlton/tutorial-bugfix
Browse files Browse the repository at this point in the history
Fixes issue #139, web_components dependency.
  • Loading branch information
kwalrath committed Apr 7, 2015
2 parents 78f535a + 4c2726d commit 36204bb
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 24 deletions.
40 changes: 22 additions & 18 deletions Chapter_01/pubspec.lock
Expand Up @@ -28,51 +28,55 @@ packages:
code_transformers:
description: code_transformers
source: hosted
version: "0.2.5"
version: "0.2.7+2"
collection:
description: collection
source: hosted
version: "0.9.1"
version: "0.9.4"
csslib:
description: csslib
source: hosted
version: "0.11.0+4"
version: "0.12.0"
di:
description: di
source: hosted
version: "3.3.3"
version: "3.3.4"
html:
description: html
source: hosted
version: "0.12.1+1"
html5lib:
description: html5lib
source: hosted
version: "0.12.0"
version: "0.12.1"
initialize:
description: initialize
source: hosted
version: "0.2.0"
intl:
description: intl
source: hosted
version: "0.8.10+4"
version: "0.11.12"
logging:
description: logging
source: hosted
version: "0.9.1+1"
meta:
description: meta
source: hosted
version: "0.8.8"
version: "0.9.3"
observe:
description: observe
source: hosted
version: "0.12.2+1"
path:
description: path
source: hosted
version: "1.3.3"
version: "1.3.4"
perf_api:
description: perf_api
source: hosted
version: "0.0.9"
petitparser:
description: petitparser
source: hosted
version: "1.3.7"
pool:
description: pool
source: hosted
Expand All @@ -84,27 +88,27 @@ packages:
smoke:
description: smoke
source: hosted
version: "0.3.1"
version: "0.3.2"
source_maps:
description: source_maps
source: hosted
version: "0.10.0+1"
version: "0.10.0+2"
source_span:
description: source_span
source: hosted
version: "1.0.0"
version: "1.1.2"
stack_trace:
description: stack_trace
source: hosted
version: "0.9.3+1"
version: "1.2.4"
utf:
description: utf
source: hosted
version: "0.9.0"
version: "0.9.0+2"
watcher:
description: watcher
source: hosted
version: "0.9.4"
version: "0.9.5"
web_components:
description: web_components
source: hosted
Expand Down
2 changes: 1 addition & 1 deletion Chapter_01/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: tutorial
version: 1.0.0
dependencies:
angular: "1.1.0"
web_components: ">=0.10.0 <0.11.0"
web_components: "0.10.1"
browser: ">=0.10.0+2 <0.11.0"
transformers:
- angular
2 changes: 1 addition & 1 deletion Chapter_02/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: tutorial
version: 1.0.0
dependencies:
angular: "1.1.0"
web_components: ">=0.10.0 <0.11.0"
web_components: "0.10.1"
browser: ">=0.10.0+2 <0.11.0"
dev_dependencies:
unittest: ">=0.11.0+5 <0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion Chapter_03/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: tutorial
version: 1.0.0
dependencies:
angular: "1.1.0"
web_components: ">=0.10.0 <0.11.0"
web_components: "0.10.1"
browser: ">=0.10.0+2 <0.11.0"
dev_dependencies:
unittest: ">=0.11.0+5 <0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion Chapter_04/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: tutorial
version: 1.0.0
dependencies:
angular: "1.1.0"
web_components: ">=0.10.0 <0.11.0"
web_components: "0.10.1"
browser: ">=0.10.0+2 <0.11.0"
dev_dependencies:
unittest: ">=0.11.0+5 <0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion Chapter_05/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: tutorial
version: 1.0.0
dependencies:
angular: "1.1.0"
web_components: ">=0.10.0 <0.11.0"
web_components: "0.10.1"
browser: ">=0.10.0+2 <0.11.0"
dev_dependencies:
unittest: ">=0.11.0+5 <0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion Chapter_06/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: tutorial
version: 1.0.0
dependencies:
angular: "1.1.0"
web_components: ">=0.10.0 <0.11.0"
web_components: "0.10.1"
browser: any
http_server: ">=0.9.3 <0.10.0"
dev_dependencies:
Expand Down

0 comments on commit 36204bb

Please sign in to comment.