From 40fb8a4836e951b99d5140d7f2d85f4281d68ac5 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 12 Mar 2023 17:47:03 +0900 Subject: [PATCH] =?UTF-8?q?dep:=20lodash=EB=A5=BC=20lodash-es=20=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .babelrc | 3 --- hwe/test-ts/formatScore.test.ts | 2 +- hwe/ts/PageFront.vue | 2 +- hwe/ts/components/GlobalMenu.vue | 2 +- hwe/ts/components/GlobalMenuDropdown.vue | 2 +- hwe/ts/components/MessagePanel.vue | 2 +- hwe/ts/components/MessagePlate.vue | 2 +- 7 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.babelrc b/.babelrc index a5154ce5..824fc5a1 100644 --- a/.babelrc +++ b/.babelrc @@ -8,8 +8,5 @@ "modules": false } ] - ], - "plugins": [ - "lodash" ] } \ No newline at end of file diff --git a/hwe/test-ts/formatScore.test.ts b/hwe/test-ts/formatScore.test.ts index 714e65de..771b1602 100644 --- a/hwe/test-ts/formatScore.test.ts +++ b/hwe/test-ts/formatScore.test.ts @@ -1,5 +1,5 @@ import chai, { assert } from "chai"; -import _ from "lodash"; +import _ from "lodash-es"; import { formatConnectScore } from "../ts/utilGame/formatConnectScore"; import { formatDexLevel } from "../ts/utilGame/formatDexLevel"; import { formatDefenceTrain } from "../ts/utilGame/formatDefenceTrain"; diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index e4db998a..f69d652b 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -178,7 +178,7 @@ declare const formatCityInfo: (city: MapCityParsedRaw) => MapCityParsed;