react-dnd-html5-backend
Advanced tools
Comparing version 10.0.0 to 10.0.1
{ | ||
"name": "react-dnd-html5-backend", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "HTML5 backend for React DnD", | ||
@@ -20,3 +20,3 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"dnd-core": "^10.0.0" | ||
"dnd-core": "^10.0.1" | ||
}, | ||
@@ -26,6 +26,6 @@ "devDependencies": { | ||
"react": "^16.12.0", | ||
"react-dnd-test-backend": "^10.0.0", | ||
"react-dnd-test-backend": "^10.0.1", | ||
"react-dom": "^16.12.0" | ||
}, | ||
"gitHead": "6aa1fb15bd65e06e32ee2d43fa73f76d4822211f" | ||
"gitHead": "9b59c2499ce3988eb42f01c9c929c6e9220d3ecc" | ||
} |
@@ -45,3 +45,3 @@ import path from 'path' | ||
external: ['react', 'react-dom', 'react-dnd'], | ||
plugins: [resolve(), commonjs()], | ||
plugins: [resolve({ browser: true }), commonjs()], | ||
} |
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
368849
Updateddnd-core@^10.0.1