File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " rc-segmented" ,
3- "version" : " 2.7.0 " ,
2+ "name" : " @ rc-component/ segmented" ,
3+ "version" : " 1.0.0-1 " ,
44 "description" : " React segmented controls used in ant.design" ,
55 "keywords" : [
66 " react" ,
4949 "@babel/runtime" : " ^7.11.1" ,
5050 "classnames" : " ^2.2.1" ,
5151 "rc-motion" : " ^2.4.4" ,
52- "rc-util" : " ^5.17 .0"
52+ "@ rc-component/ util" : " ^1.1 .0"
5353 },
5454 "devDependencies" : {
55- "@rc-component/father-plugin" : " ^1 .0.1" ,
55+ "@rc-component/father-plugin" : " ^2 .0.1" ,
5656 "@testing-library/jest-dom" : " ^5.16.5" ,
5757 "@testing-library/react" : " ^14.2.1" ,
5858 "@testing-library/user-event" : " ^14.5.2" ,
Original file line number Diff line number Diff line change 1+ import useLayoutEffect from '@rc-component/util/lib/hooks/useLayoutEffect' ;
2+ import { composeRef } from '@rc-component/util/lib/ref' ;
13import classNames from 'classnames' ;
24import CSSMotion from 'rc-motion' ;
3- import useLayoutEffect from 'rc-util/lib/hooks/useLayoutEffect' ;
4- import { composeRef } from 'rc-util/lib/ref' ;
55import * as React from 'react' ;
66import type { SegmentedValue } from '.' ;
77
Original file line number Diff line number Diff line change 1+ import useMergedState from '@rc-component/util/lib/hooks/useMergedState' ;
2+ import omit from '@rc-component/util/lib/omit' ;
3+ import { composeRef } from '@rc-component/util/lib/ref' ;
14import classNames from 'classnames' ;
2- import useMergedState from 'rc-util/lib/hooks/useMergedState' ;
3- import omit from 'rc-util/lib/omit' ;
4- import { composeRef } from 'rc-util/lib/ref' ;
55import * as React from 'react' ;
66
77import MotionThumb from './MotionThumb' ;
You can’t perform that action at this time.
0 commit comments