Skip to content

Commit

Permalink
fix: InputNumber dynamic formatter (ant-design#45325)
Browse files Browse the repository at this point in the history
* chore: bump rc-input-number

* test: update test case
  • Loading branch information
zombieJ authored Oct 16, 2023
1 parent e62197a commit 9a04519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"rc-field-form": "~1.39.0",
"rc-image": "~7.3.1",
"rc-input": "~1.3.5",
"rc-input-number": "~8.2.0",
"rc-input-number": "~8.3.0",
"rc-mentions": "~2.9.1",
"rc-menu": "~9.12.2",
"rc-motion": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/__snapshots__/check-site.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ exports[`site test Component components/switch en Page 1`] = `2`;

exports[`site test Component components/switch zh Page 1`] = `2`;

exports[`site test Component components/table en Page 1`] = `8`;
exports[`site test Component components/table en Page 1`] = `9`;

exports[`site test Component components/table zh Page 1`] = `8`;
exports[`site test Component components/table zh Page 1`] = `9`;

exports[`site test Component components/tabs en Page 1`] = `2`;

Expand Down

0 comments on commit 9a04519

Please sign in to comment.