@nosferatu500/react-dnd-scrollzone
Advanced tools
Comparing version 1.0.14 to 2.0.0-alpha.0
{ | ||
"name": "@nosferatu500/react-dnd-scrollzone", | ||
"version": "1.0.14", | ||
"version": "2.0.0-alpha.0", | ||
"description": "A cross browser solution to scrolling during drag and drop.", | ||
@@ -50,6 +50,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/cli": "^7.14.8", | ||
"@babel/core": "^7.14.8", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/preset-env": "^7.14.7", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/preset-react": "^7.14.5", | ||
@@ -59,3 +59,3 @@ "@babel/register": "^7.14.5", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.29.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
@@ -66,14 +66,14 @@ "eslint-plugin-import": "^2.23.4", | ||
"in-publish": "^2.0.1", | ||
"mocha": "^9.0.1", | ||
"mocha": "^9.0.3", | ||
"react": "^17.0.2", | ||
"react-dnd": "^11.1.3", | ||
"react-dom": "^17.0.2", | ||
"sinon": "^11.1.1", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"react-dnd": "^11.1.3", | ||
"react-dom": "^17.0.2" | ||
"react": ">=17.0.0", | ||
"react-dnd": ">=11.0.0", | ||
"react-dom": ">=17.0.0" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28168
2