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

Commit add214f

Browse files
committed
Don't allow using the polymer 0.15.2+ version, which stops the styles from working
BUG= R=sethladd@google.com Review URL: https://codereview.chromium.org//805773005
1 parent 510d6dd commit add214f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

client/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages:
2020
code_transformers:
2121
description: code_transformers
2222
source: hosted
23-
version: "0.2.3+1"
23+
version: "0.2.3+2"
2424
collection:
2525
description: collection
2626
source: hosted
@@ -40,11 +40,11 @@ packages:
4040
matcher:
4141
description: matcher
4242
source: hosted
43-
version: "0.11.1"
43+
version: "0.11.3"
4444
observe:
4545
description: observe
4646
source: hosted
47-
version: "0.12.1+1"
47+
version: "0.12.2"
4848
path:
4949
description: path
5050
source: hosted
@@ -56,7 +56,7 @@ packages:
5656
polymer_expressions:
5757
description: polymer_expressions
5858
source: hosted
59-
version: "0.13.0"
59+
version: "0.13.0+1"
6060
pool:
6161
description: pool
6262
source: hosted
@@ -68,11 +68,11 @@ packages:
6868
source_maps:
6969
description: source_maps
7070
source: hosted
71-
version: "0.10.0"
71+
version: "0.10.0+1"
7272
source_span:
7373
description: source_span
7474
source: hosted
75-
version: "1.0.0"
75+
version: "1.0.2"
7676
stack_trace:
7777
description: stack_trace
7878
source: hosted
@@ -84,7 +84,7 @@ packages:
8484
unittest:
8585
description: unittest
8686
source: hosted
87-
version: "0.11.1+1"
87+
version: "0.11.4"
8888
utf:
8989
description: utf
9090
source: hosted

client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dartdoc_viewer
22
description: Dart API Reference
33
dependencies:
44
browser: '>=0.10.0 <0.11.0'
5-
polymer: '>=0.15.0 <0.16.0'
5+
polymer: '>=0.15.0 <0.15.2'
66
yaml: '>=0.9.0 <0.10.0'
77
dev_dependencies:
88
barback: '>=0.11.0 <0.16.0'

0 commit comments

Comments
 (0)