File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4343  },
4444  "dependencies" : {
4545    "@babel/runtime" : " ^7.10.1"  ,
46-     "classnames " : " ^2.3.2 "  ,
47-     "rc-util " : " ^5.38.0 " 
46+     "@rc-component/util " : " ^1.2.0 "  ,
47+     "classnames " : " ^2.3.2 " 
4848  },
4949  "devDependencies" : {
5050    "@rc-component/father-plugin" : " ^1.0.0"  ,
Original file line number Diff line number Diff line change 1- import  KEYCODE  from  'rc-util/lib/KeyCode' ; 
1+ import  KEYCODE  from  '@ rc-component/ util/lib/KeyCode' ; 
22import  React  from  'react' ; 
33import  type  {  PaginationLocale  }  from  './interface' ; 
44
Original file line number Diff line number Diff line change 11import  classNames  from  'classnames' ; 
2- import  useMergedState  from  'rc-util/lib/hooks/useMergedState' ; 
3- import  KeyCode  from  'rc-util/lib/KeyCode' ; 
4- import  pickAttrs  from  'rc-util/lib/pickAttrs' ; 
5- import  warning  from  'rc-util/lib/warning' ; 
2+ import  useMergedState  from  '@ rc-component/ util/lib/hooks/useMergedState' ; 
3+ import  KeyCode  from  '@ rc-component/ util/lib/KeyCode' ; 
4+ import  pickAttrs  from  '@ rc-component/ util/lib/pickAttrs' ; 
5+ import  warning  from  '@ rc-component/ util/lib/warning' ; 
66import  React ,  {  useEffect  }  from  'react' ; 
77import  type  {  PaginationProps  }  from  './interface' ; 
88import  zhCN  from  './locale/zh_CN' ; 
Original file line number Diff line number Diff line change 11import  type  {  RenderResult  }  from  '@testing-library/react' ; 
22import  {  render ,  fireEvent  }  from  '@testing-library/react' ; 
3- import  Select  from  'rc-select' ; 
43import  React  from  'react' ; 
54import  Pagination  from  '../src' ; 
6- import  {  resetWarned  }  from  'rc-util/lib/warning' ; 
5+ import  {  resetWarned  }  from  '@ rc-component/ util/lib/warning' ; 
76import  {  sizeChangerRender  }  from  './commonUtil' ; 
87
98describe ( 'Default Pagination' ,  ( )  =>  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments