Skip to content

Commit

Permalink
fix: revert debounce to lodash.debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
life2015 committed Nov 15, 2023
1 parent 021de3d commit 2801c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/Search.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: switch to a more modern debounce package once we drop Node.js 10 support
import debounce from 'debounce';
import debounce from 'lodash.debounce';

import s from './Search.css';
import Button from './Button';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"acorn": "^8.0.4",
"acorn-walk": "^8.0.0",
"commander": "^7.2.0",
"debounce": "^1.2.1",
"lodash.debounce": "^4.0.8",
"escape-string-regexp": "^4.0.0",
"gzip-size": "^6.0.0",
"html-escaper": "^2.0.2",
Expand Down

0 comments on commit 2801c02

Please sign in to comment.