Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-component/pagination
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.14
Choose a base ref
...
head repository: react-component/pagination
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.15
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 2, 2022

  1. Bump @types/jest from 26.0.24 to 27.4.0 (#368)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.4.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2022
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b5cbcfa View commit details
  2. Copy the full SHA
    1a57147 View commit details
  3. 3.1.15

    afc163 committed Jan 2, 2022
    1
    Copy the full SHA
    04b57e6 View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 package.json
  2. +1 −1 rc-pagination.d.ts
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-pagination",
"version": "3.1.14",
"version": "3.1.15",
"description": "pagination ui component for react",
"keywords": [
"react",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "^26.0.13",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/fabric": "^2.0.3",
2 changes: 1 addition & 1 deletion rc-pagination.d.ts
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ declare module 'rc-pagination' {
className: string;
selectPrefixCls: string;
prefixCls: string;
pageSizeOptions: string[];
pageSizeOptions: string[] | number[];

current: number;
defaultCurrent: number;