aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <smilkov@google.com>2016-11-01 14:15:58 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-01 15:20:47 -0700
commitc3bed28bd734dc03a8885cd40bb8bfa72beabd4d (patch)
treef751f9b2ff2f8ef65049289769ca0b8bf2889551 /WORKSPACE
parent95f7166b8860f568f056a6c20ff626f6a7f069fc (diff)
Update polymer dependencies.
Change: 137877854
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE19
1 files changed, 13 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index eee6c60314..f96dbef86e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -153,8 +153,8 @@ new_http_archive(
new_http_archive(
name = "iron_iconset_svg",
build_file = "bower.BUILD",
- url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.0.10.tar.gz",
- strip_prefix = "iron-iconset-svg-1.0.10",
+ url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.1.0.tar.gz",
+ strip_prefix = "iron-iconset-svg-1.1.0",
)
new_http_archive(
@@ -188,8 +188,8 @@ new_http_archive(
new_http_archive(
name = "iron_overlay_behavior",
build_file = "bower.BUILD",
- url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.9.0.tar.gz",
- strip_prefix = "iron-overlay-behavior-1.9.0",
+ url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.10.1.tar.gz",
+ strip_prefix = "iron-overlay-behavior-1.10.1",
)
new_http_archive(
@@ -207,6 +207,13 @@ new_http_archive(
)
new_http_archive(
+ name = "iron_scroll_target_behavior",
+ build_file = "bower.BUILD",
+ url = "https://github.com/polymerelements/iron-scroll-target-behavior/archive/v1.0.3.tar.gz",
+ strip_prefix = "iron-scroll-target-behavior-1.0.3",
+)
+
+new_http_archive(
name = "iron_selector",
build_file = "bower.BUILD",
url = "https://github.com/polymerelements/iron-selector/archive/v1.5.2.tar.gz",
@@ -291,8 +298,8 @@ new_http_archive(
new_http_archive(
name = "paper_icon_button",
build_file = "bower.BUILD",
- url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.2.tar.gz",
- strip_prefix = "paper-icon-button-1.1.2",
+ url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.3.tar.gz",
+ strip_prefix = "paper-icon-button-1.1.3",
)
new_http_archive(