Replace lodash with lodash-es (#2777)

This commit is contained in:
Quentin Gliech
2024-11-14 12:18:43 +01:00
committed by GitHub
parent 8f4b932c3c
commit 2297675b06
5 changed files with 13 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ Please see LICENSE in the repository root for full details.
// purge on startup to prevent logs from accumulating.
import EventEmitter from "events";
import { throttle } from "lodash";
import { throttle } from "lodash-es";
import { Logger, logger } from "matrix-js-sdk/src/logger";
import { randomString } from "matrix-js-sdk/src/randomstring";
import loglevel, { LoggingMethod } from "loglevel";