npm update + minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-23 18:58:09 +03:00
parent 2211d2d23a
commit 2b8f60bd8f
3 changed files with 6 additions and 6 deletions

View File

@ -931,7 +931,7 @@ module.Dialogs = core.ImageGridFeatures.Feature({
this.config['ui-overlay-blur'] this.config['ui-overlay-blur']
&& this.toggleOverlayBlur(this.config['ui-overlay-blur']) && this.toggleOverlayBlur(this.config['ui-overlay-blur'])
}], }],
['__call__', ['__actioncall__',
function(res, action, args){ function(res, action, args){
//if(res instanceof jQuery || res instanceof widget.Widget){ //if(res instanceof jQuery || res instanceof widget.Widget){
// var elem = (res.dom || res) // var elem = (res.dom || res)

View File

@ -939,11 +939,11 @@
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
}, },
"ig-actions": { "ig-actions": {
"version": "3.24.3", "version": "3.24.5",
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.3.tgz", "resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.5.tgz",
"integrity": "sha512-5dLE/4rQmKkXfoQIevRuIPD3ZK1VyGv07z4vCaAKuIUlKHI1kVRqT0a8nArXMLTiXs+jZIYJDxffArkIrblaww==", "integrity": "sha512-fts33XhxeKO5j/m31nQ6p5hnY07SQt8Ltsokraj3x1k0PfDFVos+kX6szAO82Y5VDHxGXRDnAHZne7yxggqP1w==",
"requires": { "requires": {
"ig-object": "^2.1.1" "ig-object": "^2.2.0"
} }
}, },
"ig-features": { "ig-features": {

View File

@ -27,7 +27,7 @@
"generic-walk": "^1.4.0", "generic-walk": "^1.4.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"guarantee-events": "^1.0.0", "guarantee-events": "^1.0.0",
"ig-actions": "^3.24.3", "ig-actions": "^3.24.5",
"ig-features": "^3.4.1", "ig-features": "^3.4.1",
"ig-object": "^2.2.0", "ig-object": "^2.2.0",
"moment": "^2.24.0", "moment": "^2.24.0",