Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 1bbaf6a

Browse files
committed
Updated pubspec
1 parent 2b83318 commit 1bbaf6a

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

polymer_mini_samples/pubspec.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,67 +12,71 @@ packages:
1212
barback:
1313
description: barback
1414
source: hosted
15-
version: "0.12.0"
15+
version: "0.13.0"
1616
browser:
1717
description: browser
1818
source: hosted
1919
version: "0.10.0+2"
2020
code_transformers:
2121
description: code_transformers
2222
source: hosted
23-
version: "0.1.3"
23+
version: "0.1.3+1"
2424
collection:
2525
description: collection
2626
source: hosted
27-
version: "0.9.2"
27+
version: "0.9.3+1"
28+
csslib:
29+
description: csslib
30+
source: hosted
31+
version: "0.10.0+1"
2832
html5lib:
2933
description: html5lib
3034
source: hosted
31-
version: "0.10.0"
35+
version: "0.11.0+1"
3236
logging:
3337
description: logging
3438
source: hosted
3539
version: "0.9.1+1"
3640
matcher:
3741
description: matcher
3842
source: hosted
39-
version: "0.10.0"
43+
version: "0.10.0+2"
4044
mock:
4145
description: mock
4246
source: hosted
4347
version: "0.10.0+1"
4448
observe:
4549
description: observe
4650
source: hosted
47-
version: "0.10.0-pre.4"
51+
version: "0.10.0"
4852
path:
4953
description: path
5054
source: hosted
51-
version: "1.1.0"
55+
version: "1.2.0"
5256
polymer:
5357
description: polymer
5458
source: hosted
55-
version: "0.10.0-pre.9"
59+
version: "0.10.0"
5660
polymer_expressions:
5761
description: polymer_expressions
5862
source: hosted
59-
version: "0.10.0-pre.1"
63+
version: "0.10.0"
6064
smoke:
6165
description: smoke
6266
source: hosted
63-
version: "0.1.0-pre.2"
67+
version: "0.1.0"
6468
source_maps:
6569
description: source_maps
6670
source: hosted
67-
version: "0.9.0"
71+
version: "0.9.1"
6872
stack_trace:
6973
description: stack_trace
7074
source: hosted
71-
version: "0.9.3+1"
75+
version: "0.9.3+2"
7276
template_binding:
7377
description: template_binding
7478
source: hosted
75-
version: "0.10.0-pre.1"
79+
version: "0.10.0"
7680
unittest:
7781
description: unittest
7882
source: hosted
@@ -84,8 +88,8 @@ packages:
8488
web_components:
8589
description: web_components
8690
source: hosted
87-
version: "0.3.3"
91+
version: "0.3.4"
8892
yaml:
8993
description: yaml
9094
source: hosted
91-
version: "0.9.0"
95+
version: "0.9.0+2"

polymer_mini_samples/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: polymer_mini_samples
22
description: Short Polymer examples
33
dependencies:
4-
polymer: ">=0.10.0-pre.9 <0.11.0"
4+
polymer: ">=0.10.0 <0.11.0"
55
transformers:
66
- polymer:
77
entry_points:

0 commit comments

Comments
 (0)