react-responsive-pagination
Advanced tools
Comparing version 1.1.5-beta.2 to 1.1.5-beta.3
# React Responsive Pagination Changelog | ||
## [1.1.5-beta.3](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.5-beta.2...v1.1.5-beta.3) (2021-06-15) | ||
### Bug Fixes | ||
* Dependency updates ([69cf5c9](https://github.com/jonelantha/react-responsive-pagination/commit/69cf5c9e8a29bac8d4c2089dc45111c2ff1f4c05)) | ||
## [1.1.5-beta.2](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.5-beta.1...v1.1.5-beta.2) (2021-05-23) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "1.1.5-beta.2", | ||
"version": "1.1.5-beta.3", | ||
"description": "React component for responsive pagination", | ||
@@ -50,20 +50,20 @@ "author": "Jon Pollard", | ||
"@types/prop-types": "^15.7.3", | ||
"@types/react": "^17.0.1", | ||
"@types/react-dom": "^17.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"@types/react": "^17.0.11", | ||
"@types/react-dom": "^17.0.7", | ||
"@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.26.1", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.11.0", | ||
"eslint": "^7.28.0", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint-plugin-flowtype": "^5.2.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"eslint-plugin-flowtype": "^5.7.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.2.1", | ||
"typescript": "^4.2.3" | ||
"semantic-release": "^17.4.3", | ||
"typescript": "^4.3.2" | ||
} | ||
} |
@@ -13,4 +13,6 @@ # React Responsive Pagination | ||
<img src="./react-responsive-pagination.gif?raw=true" width="985" alt="react-responsive-pagination example" /> | ||
<a href="https://react-responsive-pagination.elantha.com/live-demo/"><img src="./react-responsive-pagination.gif?raw=true" width="985" alt="react-responsive-pagination example" /></a> | ||
### ⚡️ [LIVE DEMO - try it out for yourself!](https://react-responsive-pagination.elantha.com/live-demo/) 🚀 | ||
## How do I use it? | ||
@@ -17,0 +19,0 @@ |
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
118332
83