react-ultimate-pagination
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "react-ultimate-pagination", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "React.js pagination component based on ultimate-pagination", | ||
@@ -41,4 +41,4 @@ "main": "lib/react-ultimate-pagination.js", | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0 || ^16.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" | ||
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
@@ -7,3 +7,3 @@ [![ultimate-pagination logo](https://raw.githubusercontent.com/ultimate-pagination/logo/master/ultimate-pagination-250x250.png)](https://github.com/ultimate-pagination/react-ultimate-pagination) | ||
React.js pagination component based on ultimate-pagination. It's implemented as a hight-order component that allows easy integration of **react-ultimate-pagination** with different CSS frameworks or approaches. | ||
React.js pagination component based on ultimate-pagination. It's implemented as a higher-order component that allows easy integration of **react-ultimate-pagination** with different CSS frameworks or approaches. | ||
@@ -10,0 +10,0 @@ To use **react-ultimate-pagination** in your project, you can write your theme or use one of already existing. |
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
195645