mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
refactor: bump rc-input-number (#39154)
* chore: bump rc-input-number * chore: fix lint
This commit is contained in:
parent
d891db0ada
commit
720b514ac5
@ -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';
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user