@uppy/dropbox
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -6,3 +6,3 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "3.1.0" | ||
"version": "3.1.1" | ||
}; | ||
@@ -9,0 +9,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/dropbox", | ||
"description": "Import files from Dropbox, into Uppy.", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.1.1", | ||
"@uppy/provider-views": "^3.1.0", | ||
"@uppy/utils": "^5.1.3", | ||
"@uppy/companion-client": "^3.1.3", | ||
"@uppy/provider-views": "^3.3.0", | ||
"@uppy/utils": "^5.3.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.1.0" | ||
"@uppy/core": "^3.2.0" | ||
} | ||
} |
# @uppy/dropbox | ||
<img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right"> | ||
<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right"> | ||
@@ -5,0 +5,0 @@ [![npm version](https://img.shields.io/npm/v/@uppy/dropbox.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/dropbox) |
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
15112
Updated@uppy/provider-views@^3.3.0
Updated@uppy/utils@^5.3.0