File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4444 "@babel/runtime" : " ^7.10.1" ,
4545 "classnames" : " 2.x" ,
4646 "mini-store" : " ^3.0.1" ,
47- "omit.js" : " ^2.0.0" ,
4847 "rc-motion" : " ^2.0.1" ,
4948 "rc-trigger" : " ^5.1.2" ,
50- "rc-util" : " ^5.5 .0" ,
49+ "rc-util" : " ^5.7 .0" ,
5150 "resize-observer-polyfill" : " ^1.5.0" ,
5251 "shallowequal" : " ^1.1.0"
5352 },
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import { Provider , create } from 'mini-store' ;
3- import omit from 'omit.js ' ;
3+ import omit from 'rc-util/lib/ omit' ;
44import { CSSMotionProps } from 'rc-motion' ;
55import SubPopupMenu , { getActiveKey } from './SubPopupMenu' ;
66import { noop } from './util' ;
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import KeyCode from 'rc-util/lib/KeyCode' ;
33import classNames from 'classnames' ;
4- import omit from 'omit.js ' ;
4+ import omit from 'rc-util/lib/ omit' ;
55import { connect } from 'mini-store' ;
66import { noop , menuAllProps } from './util' ;
77import {
You can’t perform that action at this time.
0 commit comments