Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: third_party/polymer/components/iron-selector/bower.json

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "iron-selector", 2 "name": "iron-selector",
3 "version": "1.5.0", 3 "version": "1.5.2",
4 "description": "Manages a set of elements that can be selected", 4 "description": "Manages a set of elements that can be selected",
5 "private": true, 5 "private": true,
6 "license": "http://polymer.github.io/LICENSE.txt", 6 "license": "http://polymer.github.io/LICENSE.txt",
7 "main": "iron-selector.html", 7 "main": "iron-selector.html",
8 "authors": [ 8 "authors": [
9 "The Polymer Authors" 9 "The Polymer Authors"
10 ], 10 ],
11 "keywords": [ 11 "keywords": [
12 "web-components", 12 "web-components",
13 "polymer", 13 "polymer",
(...skipping 10 matching lines...) Expand all
24 }, 24 },
25 "devDependencies": { 25 "devDependencies": {
26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", 26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
27 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0", 27 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
28 "paper-styles": "PolymerElements/paper-styles#^1.0.4", 28 "paper-styles": "PolymerElements/paper-styles#^1.0.4",
29 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 29 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
30 "web-component-tester": "^4.0.0", 30 "web-component-tester": "^4.0.0",
31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
32 } 32 }
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698