react-paginate
Advanced tools
Comparing version 4.4.4 to 5.0.0
@@ -0,1 +1,6 @@ | ||
## >= 5.0.0 | ||
* Compatibility with React v16.0 | ||
## >= 4.3.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "react-paginate", | ||
"version": "4.4.4", | ||
"version": "5.0.0", | ||
"description": "A ReactJS component that creates a pagination.", | ||
@@ -25,7 +25,7 @@ "main": "./dist/index.js", | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.7", | ||
"prop-types": "^15.6.0", | ||
"react-addons-create-fragment": "^15.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0" | ||
"react": "^16.0.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"jquery": "^3.1.1", | ||
"react-dom": "^15.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-hot-loader": "^1.3.1", | ||
@@ -46,0 +46,0 @@ "serve-static": "^1.11.1", |
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
250623
+ Addedreact@16.14.0(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedreact@15.7.0(transitive)
Updatedprop-types@^15.6.0