dep: lodash -> lodash-es

This commit is contained in:
2022-08-21 18:14:36 +09:00
parent b517000650
commit 78a9641c14
51 changed files with 79 additions and 49 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import $ from 'jquery';
import 'bootstrap';
import download from 'downloadjs';
import { unwrap } from "@util/unwrap";
import { isInteger } from 'lodash';
import { isInteger } from 'lodash-es';
import { errUnknown, getNpcColor } from '@/common_legacy';
import { combineArray } from "@util/combineArray";
import { isBrightColor } from "@util/isBrightColor";