react-dnd
Advanced tools
Comparing version 2.5.2 to 2.5.3
{ | ||
"name": "react-dnd", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Drag and Drop for React", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
}, | ||
"license": "MIT", | ||
"license": "BSD-3-Clause", | ||
"scripts": { | ||
@@ -23,3 +23,3 @@ "clean": "../../node_modules/.bin/rimraf lib dist", | ||
"disposables": "^1.0.1", | ||
"dnd-core": "^2.5.2", | ||
"dnd-core": "^2.5.3", | ||
"hoist-non-react-statics": "^2.1.0", | ||
@@ -30,5 +30,8 @@ "invariant": "^2.1.0", | ||
}, | ||
"devDependencies": { | ||
"react": "^16.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0" | ||
"react": "*" | ||
} | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
354531
1
1
+ Addedreact@19.0.0(transitive)
- Removedreact@16.14.0(transitive)
Updateddnd-core@^2.5.3