Skip to content

Commit

Permalink
Merge pull request #2268 from adnotam/fix_dependency
Browse files Browse the repository at this point in the history
Use lodash-es instead of lodash
  • Loading branch information
tvdeyen authored Mar 18, 2022
2 parents 938f7cf + ab3e829 commit 47736ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/src/picture_editors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import debounce from "lodash/debounce"
import max from "lodash/max"
import debounce from "lodash-es/debounce"
import max from "lodash-es/max"
import { get } from "./utils/ajax"
import ImageLoader from "./image_loader"

Expand Down

0 comments on commit 47736ed

Please sign in to comment.