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

Side by Side Diff: third_party/polymer/components/paper-menu-button/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": "paper-menu-button", 2 "name": "paper-menu-button",
3 "version": "1.1.0", 3 "version": "1.1.1",
4 "description": "A material design element that composes a trigger and a dropdo wn menu", 4 "description": "A material design element that composes a trigger and a dropdo wn menu",
5 "authors": [ 5 "authors": [
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "keywords": [ 8 "keywords": [
9 "web-components", 9 "web-components",
10 "web-component", 10 "web-component",
11 "polymer", 11 "polymer",
12 "menu", 12 "menu",
13 "button" 13 "button"
(...skipping 23 matching lines...) Expand all
37 "paper-button": "PolymerElements/paper-button#^1.0.0", 37 "paper-button": "PolymerElements/paper-button#^1.0.0",
38 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", 38 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
39 "paper-item": "PolymerElements/paper-item#^1.0.0", 39 "paper-item": "PolymerElements/paper-item#^1.0.0",
40 "paper-menu": "PolymerElements/paper-menu#^1.0.0", 40 "paper-menu": "PolymerElements/paper-menu#^1.0.0",
41 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 41 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
42 "web-component-tester": "^4.0.0", 42 "web-component-tester": "^4.0.0",
43 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 43 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
44 }, 44 },
45 "ignore": [] 45 "ignore": []
46 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698