Skip to content

Commit f9ffda7

Browse files
committed
chore: use rc-util deps
1 parent f27b8d9 commit f9ffda7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@rc-component/input": "~1.1.0",
4949
"@rc-component/mini-decimal": "^1.0.1",
50-
"@rc-component/util": "^1.2.0",
50+
"@rc-component/util": "^1.4.0",
5151
"clsx": "^2.1.1"
5252
},
5353
"devDependencies": {

src/InputNumber.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { getDecupleSteps } from './utils/numberUtil';
1919

2020
import type { HolderRef } from '@rc-component/input/lib/BaseInput';
2121
import { BaseInputProps } from '@rc-component/input/lib/interface';
22-
import { InputFocusOptions, triggerFocus } from '@rc-component/input/lib/utils/commonUtils';
22+
import { type InputFocusOptions, triggerFocus } from '@rc-component/util/lib/Dom/focus';
2323
import { useEvent } from '@rc-component/util';
2424
import useFrame from './hooks/useFrame';
2525

0 commit comments

Comments
 (0)