dep: lodash를 lodash-es 로 변경

This commit is contained in:
2023-03-12 17:47:03 +09:00
parent 0da9ffee9b
commit 40fb8a4836
7 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ import { differenceInMilliseconds, addMinutes } from "date-fns/esm";
import { computed, ref, toRef, watch, type ComputedRef, type Ref } from "vue";
import linkifyStr from "linkifyjs/string";
import { SammoAPI } from "@/SammoAPI";
import { isError, isString } from "lodash";
import { isError, isString } from "lodash-es";
import { isBrightColor } from "@/util/isBrightColor";
const props = defineProps<{