File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-checkbox-tree" ,
3- "version" : " 1.8.0 " ,
3+ "version" : " 1.8.1 " ,
44 "description" : " A simple and elegant checkbox tree for React." ,
55 "author" : " Jake Zatecky" ,
66 "license" : " MIT" ,
8686 },
8787 "dependencies" : {
8888 "classnames" : " ^2.2.5" ,
89- "lodash" : " ^4.17.10" ,
89+ "lodash.isequal" : " ^4.5.0" ,
90+ "lodash.memoize" : " ^4.1.2" ,
9091 "nanoid" : " ^3.0.0" ,
9192 "prop-types" : " ^15.5.8"
9293 }
Original file line number Diff line number Diff line change 11import classNames from 'classnames' ;
2- import isEqual from 'lodash/isEqual ' ;
3- import memoize from 'lodash/ memoize' ;
2+ import isEqual from 'lodash.isequal ' ;
3+ import memoize from 'lodash. memoize' ;
44import { nanoid } from 'nanoid' ;
55import PropTypes from 'prop-types' ;
66import React from 'react' ;
You can’t perform that action at this time.
0 commit comments