c6d97972ad
In the es6-promise v4 the default behavior was changed compared to the v3. In v3 polyfill installs automatically, while in v4 the es6-promise.js file doesn't install polyfill by default. With the v4 application can either use a different file (es6-promise.auto.js) or call Promise.polyfill() method. The version 3 was used before with bower components. There is no reason to upgrade this library, so it is safer to use the same version. Change-Id: Ifebb10da864d012b33fb25e6301245b434b8fff5
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"name": "polygerrit-ui-dependencies",
|
|
"description": "Gerrit Code Review - Polygerrit dependencies",
|
|
"browser": true,
|
|
"dependencies": {
|
|
"@polymer/font-roboto-local": "^3.0.2",
|
|
"@polymer/iron-a11y-keys-behavior": "^3.0.1",
|
|
"@polymer/iron-autogrow-textarea": "^3.0.1",
|
|
"@polymer/iron-dropdown": "^3.0.1",
|
|
"@polymer/iron-fit-behavior": "^3.0.1",
|
|
"@polymer/iron-icon": "^3.0.1",
|
|
"@polymer/iron-iconset-svg": "^3.0.1",
|
|
"@polymer/iron-input": "^3.0.1",
|
|
"@polymer/iron-overlay-behavior": "^3.0.2",
|
|
"@polymer/iron-selector": "^3.0.1",
|
|
"@polymer/paper-button": "^3.0.1",
|
|
"@polymer/paper-dialog": "^3.0.1",
|
|
"@polymer/paper-dialog-behavior": "^3.0.1",
|
|
"@polymer/paper-dialog-scrollable": "^3.0.1",
|
|
"@polymer/paper-input": "^3.0.2",
|
|
"@polymer/paper-item": "^3.0.1",
|
|
"@polymer/paper-listbox": "^3.0.1",
|
|
"@polymer/paper-tabs": "^3.1.0",
|
|
"@polymer/paper-toggle-button": "^3.0.1",
|
|
"@polymer/polymer": "^3.3.0",
|
|
"@webcomponents/shadycss": "^1.9.2",
|
|
"@webcomponents/webcomponentsjs": "^1.3.3",
|
|
"es6-promise": "^3.3.1",
|
|
"moment": "^2.24.0",
|
|
"page": "^1.11.5",
|
|
"polymer-bridges": "file:../../polymer-bridges/",
|
|
"ba-linkify": "file:../../lib/ba-linkify/src/",
|
|
"polymer-resin": "^2.0.1",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"private": true
|
|
}
|