@uppy/dropbox
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -35,4 +35,3 @@ var _class, _temp; | ||
height: "32", | ||
viewBox: "0 0 32 32", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
viewBox: "0 0 32 32" | ||
}, h("g", { | ||
@@ -101,2 +100,2 @@ fill: "none", | ||
return Dropbox; | ||
}(Plugin), _class.VERSION = "1.4.6", _temp); | ||
}(Plugin), _class.VERSION = "1.4.7", _temp); |
{ | ||
"name": "@uppy/dropbox", | ||
"description": "Import files from Dropbox, into Uppy.", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.4.5", | ||
"@uppy/provider-views": "^1.6.6", | ||
"@uppy/utils": "^3.0.0", | ||
"@uppy/companion-client": "^1.5.0", | ||
"@uppy/provider-views": "^1.6.7", | ||
"@uppy/utils": "^3.1.0", | ||
"preact": "8.2.9" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61" | ||
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2" | ||
} |
@@ -15,3 +15,3 @@ const { Plugin } = require('@uppy/core') | ||
this.icon = () => ( | ||
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> | ||
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32"> | ||
<g fill="none" fill-rule="evenodd"> | ||
@@ -18,0 +18,0 @@ <rect fill="#0D2481" width="32" height="32" rx="16" /> |
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
8562
153
Updated@uppy/provider-views@^1.6.7
Updated@uppy/utils@^3.1.0