@uppy/onedrive
Advanced tools
Comparing version 1.1.6 to 1.1.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", { | ||
@@ -104,2 +103,2 @@ fill: "none", | ||
return OneDrive; | ||
}(Plugin), _class.VERSION = "1.1.6", _temp); | ||
}(Plugin), _class.VERSION = "1.1.7", _temp); |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "1.1.6", | ||
"version": "1.1.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 width="32" height="32" rx="16" fill="#0262C0" /> |
9500
161
Updated@uppy/provider-views@^1.6.7
Updated@uppy/utils@^3.1.0