@uppy/onedrive
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -12,3 +12,3 @@ "use strict"; | ||
const packageJson = { | ||
"version": "2.1.1" | ||
"version": "2.1.2" | ||
}; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^2.2.0", | ||
"@uppy/provider-views": "^2.1.1", | ||
"@uppy/utils": "^4.1.0", | ||
"@uppy/companion-client": "^2.2.2", | ||
"@uppy/provider-views": "^2.1.3", | ||
"@uppy/utils": "^4.1.2", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^2.3.0" | ||
"@uppy/core": "^2.3.3" | ||
} | ||
} |
Updated@uppy/provider-views@^2.1.3
Updated@uppy/utils@^4.1.2