mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: eslint error fix (#37630)
* fix: eslint error fix * chore: update rc-input-number
This commit is contained in:
parent
09b6032ec4
commit
c1ee787c68
@ -39,7 +39,7 @@ describe('Alert', () => {
|
||||
jest.runAllTimers();
|
||||
});
|
||||
|
||||
expect(onClose).toBeCalledTimes(1);
|
||||
expect(onClose).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
it('custom action', () => {
|
||||
|
@ -134,7 +134,7 @@
|
||||
"rc-field-form": "~1.27.0",
|
||||
"rc-image": "~5.7.0",
|
||||
"rc-input": "~0.1.2",
|
||||
"rc-input-number": "~7.3.5",
|
||||
"rc-input-number": "~7.3.9",
|
||||
"rc-mentions": "~1.9.1",
|
||||
"rc-menu": "~9.6.3",
|
||||
"rc-motion": "^2.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user