@uppy/onedrive
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "3.3.0" | ||
"version": "3.3.1" | ||
}; | ||
@@ -12,0 +12,0 @@ export default class OneDrive extends UIPlugin { |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.8.0", | ||
"@uppy/provider-views": "^3.11.0", | ||
"@uppy/utils": "^5.7.5", | ||
"@uppy/companion-client": "^3.8.1", | ||
"@uppy/provider-views": "^3.12.0", | ||
"@uppy/utils": "^5.9.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.10.0" | ||
"@uppy/core": "^3.11.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20999
0
Updated@uppy/provider-views@^3.12.0
Updated@uppy/utils@^5.9.0