react-responsive-pagination
Advanced tools
Comparing version 1.3.1-beta.1 to 1.3.1-beta.2
# React Responsive Pagination Changelog | ||
## [1.3.1-beta.2](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.1-beta.1...v1.3.1-beta.2) (2022-01-06) | ||
### Bug Fixes | ||
* Bump packages ([b1b406f](https://github.com/jonelantha/react-responsive-pagination/commit/b1b406f7c695341d3474b801fd0ddd1a287e26e2)) | ||
* Bump test-harness to create react app 5 ([a23eac9](https://github.com/jonelantha/react-responsive-pagination/commit/a23eac95397dfa9941fbd542b88887958d3ae44c)) | ||
## [1.3.1-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.0...v1.3.1-beta.1) (2021-12-12) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "1.3.1-beta.1", | ||
"version": "1.3.1-beta.2", | ||
"description": "React component for responsive pagination", | ||
@@ -38,3 +38,3 @@ "author": "Jon Pollard", | ||
"dependencies": { | ||
"prop-types": "^15.7.2", | ||
"prop-types": "^15.8.1", | ||
"resize-observer-polyfill": "^1.5.1" | ||
@@ -50,13 +50,13 @@ }, | ||
"@types/prop-types": "^15.7.4", | ||
"@types/react": "^17.0.37", | ||
"@types/react": "^17.0.38", | ||
"@types/react-dom": "^17.0.11", | ||
"@typescript-eslint/eslint-plugin": "^5.6.0", | ||
"@typescript-eslint/parser": "^5.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^8.4.1", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint": "^8.6.0", | ||
"eslint-config-react-app": "^7.0.0", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.27.1", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
@@ -67,4 +67,4 @@ "react": "^17.0.2", | ||
"semantic-release": "^18.0.1", | ||
"typescript": "^4.5.3" | ||
"typescript": "^4.5.4" | ||
} | ||
} |
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
127064
Updatedprop-types@^15.8.1