react-responsive-pagination
Advanced tools
Comparing version 1.3.2 to 1.3.3-beta.1
# React Responsive Pagination Changelog | ||
## [1.3.3-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.2...v1.3.3-beta.1) (2022-04-10) | ||
### Bug Fixes | ||
* Dependency updates ([a598a43](https://github.com/jonelantha/react-responsive-pagination/commit/a598a4352020d55a5fa992a6750979e69c0b95b5)) | ||
## [1.3.2](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.1...v1.3.2) (2022-03-09) | ||
@@ -4,0 +11,0 @@ |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "1.3.2", | ||
"version": "1.3.3-beta.1", | ||
"description": "React component for responsive pagination", | ||
@@ -20,4 +20,4 @@ "author": "Jon Pollard", | ||
"prepublishOnly": "yarn build", | ||
"release": "semantic-release", | ||
"previewReleaseNotes": "semantic-release --dry-run" | ||
"release": "rm ../../package.json && semantic-release", | ||
"previewReleaseNotes": "rm ../../package.json && semantic-release --dry-run" | ||
}, | ||
@@ -49,15 +49,15 @@ "keywords": [ | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/prop-types": "^15.7.4", | ||
"@types/react": "^17.0.39", | ||
"@types/react-dom": "^17.0.11", | ||
"@typescript-eslint/eslint-plugin": "^5.11.0", | ||
"@typescript-eslint/parser": "^5.11.0", | ||
"@types/prop-types": "^15.7.5", | ||
"@types/react": "^17.0.44", | ||
"@types/react-dom": "^17.0.15", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^8.9.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-react-app": "^7.0.0", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"react": "^17.0.2", | ||
@@ -67,4 +67,4 @@ "react-dom": "^17.0.2", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.3" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
127676
2747
1