@uppy/drop-target
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
@@ -7,3 +7,3 @@ import BasePlugin from '@uppy/core/lib/BasePlugin.js'; | ||
const packageJson = { | ||
"version": "3.0.0-beta.2" | ||
"version": "3.0.0-beta.3" | ||
}; | ||
@@ -10,0 +10,0 @@ // Default options |
{ | ||
"name": "@uppy/drop-target", | ||
"description": "Lets your users drag and drop files on a DOM element", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"license": "MIT", | ||
@@ -27,6 +27,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.2" | ||
"@uppy/utils": "^6.0.0-beta.3" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.2" | ||
"@uppy/core": "^4.0.0-beta.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
Updated@uppy/utils@^6.0.0-beta.3