@uppy/dashboard
Advanced tools
Comparing version 0.27.2 to 0.27.3
@@ -492,3 +492,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
this.removeDragDropListener(); | ||
window.removeEventListener('resize', this.updateDashboardElWidth); | ||
window.removeEventListener('resize', this.throttledUpdateDashboardElWidth); | ||
window.removeEventListener('popstate', this.handlePopState, false); | ||
@@ -495,0 +495,0 @@ this.uppy.off('plugin-remove', this.removeTarget); |
{ | ||
"name": "@uppy/dashboard", | ||
"description": "Universal UI plugin for Uppy.", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"license": "MIT", | ||
@@ -26,7 +26,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/informer": "0.27.1", | ||
"@uppy/provider-views": "0.27.1", | ||
"@uppy/status-bar": "0.27.1", | ||
"@uppy/thumbnail-generator": "0.27.1", | ||
"@uppy/utils": "0.27.0", | ||
"@uppy/informer": "0.27.2", | ||
"@uppy/provider-views": "0.27.2", | ||
"@uppy/status-bar": "0.27.2", | ||
"@uppy/thumbnail-generator": "0.27.2", | ||
"@uppy/utils": "0.27.1", | ||
"classnames": "^2.2.6", | ||
@@ -40,9 +40,8 @@ "drag-drop": "2.13.3", | ||
"devDependencies": { | ||
"@uppy/core": "0.27.0", | ||
"@uppy/google-drive": "0.27.2" | ||
"@uppy/core": "0.27.1", | ||
"@uppy/google-drive": "0.27.3" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^0.27.0" | ||
}, | ||
"gitHead": "bd6c2c36aebd705bdf1f9cee973487b50a4bdf10" | ||
} | ||
} |
@@ -458,3 +458,3 @@ const { Plugin } = require('@uppy/core') | ||
this.removeDragDropListener() | ||
window.removeEventListener('resize', this.updateDashboardElWidth) | ||
window.removeEventListener('resize', this.throttledUpdateDashboardElWidth) | ||
window.removeEventListener('popstate', this.handlePopState, false) | ||
@@ -461,0 +461,0 @@ this.uppy.off('plugin-remove', this.removeTarget) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
284516
+ Added@uppy/informer@0.27.2(transitive)
+ Added@uppy/provider-views@0.27.2(transitive)
+ Added@uppy/status-bar@0.27.2(transitive)
+ Added@uppy/thumbnail-generator@0.27.2(transitive)
- Removed@uppy/informer@0.27.1(transitive)
- Removed@uppy/provider-views@0.27.1(transitive)
- Removed@uppy/status-bar@0.27.1(transitive)
- Removed@uppy/thumbnail-generator@0.27.1(transitive)
- Removed@uppy/utils@0.27.0(transitive)
Updated@uppy/informer@0.27.2
Updated@uppy/provider-views@0.27.2
Updated@uppy/status-bar@0.27.2
Updated@uppy/utils@0.27.1