Skip to content

Commit

Permalink
Remove lodash.memoize
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zherdev committed Feb 10, 2022
1 parent 1b99eb0 commit e21f5ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion components/utilities/truncate/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';

import PropTypes from 'prop-types';

import memoize from 'lodash.memoize';
import memoize from 'memoize-one';

const documentDefined = typeof document !== 'undefined';

Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"lodash.isdate": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.memoize": "^4.1.2",
"lodash.reject": "^4.6.0",
"memoize-one": "^6.0.0",
"popper.js": "^1.10.8",
Expand Down

0 comments on commit e21f5ae

Please sign in to comment.