@uppy/dropbox
Advanced tools
Comparing version 1.4.16 to 1.4.17
@@ -13,6 +13,7 @@ var _class, _temp; | ||
var ProviderViews = require('@uppy/provider-views'); | ||
var _require3 = require('@uppy/provider-views'), | ||
ProviderViews = _require3.ProviderViews; | ||
var _require3 = require('preact'), | ||
h = _require3.h; | ||
var _require4 = require('preact'), | ||
h = _require4.h; | ||
@@ -90,2 +91,2 @@ module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) { | ||
return Dropbox; | ||
}(Plugin), _class.VERSION = "1.4.16", _temp); | ||
}(Plugin), _class.VERSION = "1.4.17", _temp); |
{ | ||
"name": "@uppy/dropbox", | ||
"description": "Import files from Dropbox, into Uppy.", | ||
"version": "1.4.16", | ||
"version": "1.4.17", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.5.4", | ||
"@uppy/provider-views": "^1.7.7", | ||
"@uppy/utils": "^3.2.3", | ||
"@uppy/companion-client": "^1.6.0", | ||
"@uppy/provider-views": "^1.8.0", | ||
"@uppy/utils": "^3.2.4", | ||
"preact": "8.2.9" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "d07d27422c373b66216ef98ff76081e8618c4943" | ||
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498" | ||
} |
const { Plugin } = require('@uppy/core') | ||
const { Provider } = require('@uppy/companion-client') | ||
const ProviderViews = require('@uppy/provider-views') | ||
const { ProviderViews } = require('@uppy/provider-views') | ||
const { h } = require('preact') | ||
@@ -5,0 +5,0 @@ |
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
12370
135
Updated@uppy/provider-views@^1.8.0
Updated@uppy/utils@^3.2.4