fix: eslint error fix (#37630)

* fix: eslint error fix

* chore: update rc-input-number
This commit is contained in:
lijianan 2022-09-19 16:30:44 +08:00 committed by GitHub
parent 09b6032ec4
commit c1ee787c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ describe('Alert', () => {
jest.runAllTimers();
});
expect(onClose).toBeCalledTimes(1);
expect(onClose).toHaveBeenCalledTimes(1);
});
it('custom action', () => {

View File

@ -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",