Update packages

This commit is contained in:
Paulus Schoutsen 2016-08-21 15:30:51 -07:00
parent 9b5ae6e8de
commit c0c0b2c2f3
3 changed files with 8 additions and 12 deletions

View File

@ -20,7 +20,4 @@
"fecha": "~2.2.0" "fecha": "~2.2.0"
}, },
"_comment": "specify iron-flex-layout for higher version than iron elements", "_comment": "specify iron-flex-layout for higher version than iron elements",
"resolutions": {
"app-layout": "~0.10.2"
}
} }

View File

@ -37,17 +37,17 @@
}, },
"devDependencies": { "devDependencies": {
"bower": "^1.7.9", "bower": "^1.7.9",
"eslint": "^3.2.2", "eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.1", "eslint-config-airbnb-base": "^5.0.2",
"eslint-plugin-html": "^1.5.2", "eslint-plugin-html": "^1.5.2",
"eslint-plugin-import": "^1.12.0", "eslint-plugin-import": "^1.13.0",
"html-minifier": "^3.0.2", "html-minifier": "^3.0.2",
"hydrolysis": "^1.24.1", "hydrolysis": "^1.24.1",
"polymer-cli": "^0.13.0", "polymer-cli": "^0.14.0",
"polymer-lint": "^0.8.1", "polymer-lint": "^0.8.1",
"rollup": "^0.34.7", "rollup": "^0.34.10",
"rollup-plugin-babel": "^2.6.1", "rollup-plugin-babel": "^2.6.1",
"rollup-plugin-buble": "^0.12.1", "rollup-plugin-buble": "^0.13.0",
"rollup-plugin-commonjs": "^3.3.1", "rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-multi-entry": "^2.0.1", "rollup-plugin-multi-entry": "^2.0.1",
"rollup-plugin-node-resolve": "^2.0.0", "rollup-plugin-node-resolve": "^2.0.0",

View File

@ -205,14 +205,14 @@ Polymer({
value: false, value: false,
bindNuclear: function (hass) { bindNuclear: function (hass) {
return hass.pushNotificationGetters.isSupported; return hass.pushNotificationGetters.isSupported;
} },
}, },
pushToggleChecked: { pushToggleChecked: {
type: Boolean, type: Boolean,
bindNuclear: function (hass) { bindNuclear: function (hass) {
return hass.pushNotificationGetters.isActive; return hass.pushNotificationGetters.isActive;
} },
}, },
}, },
@ -300,7 +300,6 @@ Polymer({
.then(function (success) { .then(function (success) {
this.pushToggleChecked = success; this.pushToggleChecked = success;
}.bind(this)); }.bind(this));
} else { } else {
this.hass.pushNotificationActions.unsubscribePushNotifications() this.hass.pushNotificationActions.unsubscribePushNotifications()
.then(function (success) { .then(function (success) {