refactor: bump rc-input-number (#39154)

* chore: bump rc-input-number

* chore: fix lint
This commit is contained in:
二货爱吃白萝卜 2022-12-01 16:47:35 +08:00 committed by GitHub
parent d891db0ada
commit 720b514ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import UpOutlined from '@ant-design/icons/UpOutlined';
import classNames from 'classnames';
import type { InputNumberProps as RcInputNumberProps } from 'rc-input-number';
import RcInputNumber from 'rc-input-number';
import type { ValueType } from 'rc-input-number/lib/utils/MiniDecimal';
import type { ValueType } from '@rc-component/mini-decimal';
import * as React from 'react';
import { useContext } from 'react';
import ConfigProvider, { ConfigContext } from '../config-provider';

View File

@ -129,7 +129,7 @@
"rc-field-form": "~1.27.0",
"rc-image": "~5.12.0",
"rc-input": "~0.1.4",
"rc-input-number": "~7.3.9",
"rc-input-number": "~7.4.0",
"rc-mentions": "~1.13.1",
"rc-menu": "~9.8.0",
"rc-motion": "^2.6.1",