react-dnd-scrolling
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "react-dnd-scrolling", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A cross browser solution to scrolling during drag and drop.", | ||
@@ -59,3 +59,3 @@ "main": "lib/index.js", | ||
"react": "^17.0.2", | ||
"react-dnd": "^14.0.2", | ||
"react-dnd": "^15.1.1", | ||
"react-dom": "^17.0.2", | ||
@@ -68,5 +68,5 @@ "sinon": "^11.1.1", | ||
"react": "16.x || 17.x", | ||
"react-dnd": "10.x || 11.x || 14.x", | ||
"react-dnd": "10.x || 11.x || 14.x || 15.x", | ||
"react-dom": "16.x || 17.x" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # react-dnd-scrolling | ||
Works with `react-dnd` `10.x`, `11.x`, `14.x`. | ||
Works with `react-dnd` `10.x`, `11.x`, `14.x`, `15.x`. | ||
@@ -12,3 +12,3 @@ ### Build Status | ||
### [Basic Example](./examples/basic) | ||
### [Basic Example](./examples/basic) ([Live Demo](https://codesandbox.io/s/react-dnd-scrolling-demo-vnp66)) | ||
@@ -15,0 +15,0 @@ ```bash |
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
29347