From 31f4472a8a144a4f56e797b7e98533fd2209f6ee Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 19 Mar 2023 13:29:58 +0900 Subject: [PATCH] dep: upgrade bv3 bvn --- hwe/ts/ChiefCenter/TopItem.vue | 2 +- hwe/ts/PageAuction.vue | 2 +- hwe/ts/PageBattleCenter.vue | 2 +- hwe/ts/PageCachedMap.vue | 2 +- hwe/ts/PageChiefCenter.vue | 2 +- hwe/ts/PageFront.vue | 2 +- hwe/ts/PageGlobalDiplomacy.vue | 2 +- hwe/ts/PageHistory.vue | 2 +- hwe/ts/PageInheritPoint.vue | 2 +- hwe/ts/PageNPCControl.vue | 2 +- hwe/ts/PageNationBetting.vue | 2 +- hwe/ts/PageNationGeneral.vue | 2 +- hwe/ts/PageNationStratFinan.vue | 2 +- hwe/ts/PageTroop.vue | 2 +- hwe/ts/PageVote.vue | 2 +- hwe/ts/PartialReservedCommand.vue | 2 +- hwe/ts/components/AuctionResource.vue | 2 +- hwe/ts/components/AuctionUniqueItem.vue | 2 +- hwe/ts/components/ChiefReservedCommand.vue | 2 +- hwe/ts/components/CommandSelectForm.vue | 2 +- hwe/ts/components/GeneralList.vue | 2 +- hwe/ts/components/GlobalMenu.vue | 2 +- hwe/ts/components/MessagePanel.vue | 2 +- hwe/ts/components/TipTap.vue | 2 +- hwe/ts/utilGame/getNewMsgToast.ts | 4 +- hwe/ts/v_NPCControl.ts | 4 +- hwe/ts/v_auction.ts | 4 +- hwe/ts/v_battleCenter.ts | 4 +- hwe/ts/v_board.ts | 4 +- hwe/ts/v_cachedMap.ts | 4 +- hwe/ts/v_chiefCenter.ts | 6 +- hwe/ts/v_front.ts | 4 +- hwe/ts/v_globalDiplomacy.ts | 4 +- hwe/ts/v_history.ts | 4 +- hwe/ts/v_inheritPoint.ts | 4 +- hwe/ts/v_join.ts | 4 +- hwe/ts/v_main.ts | 4 +- hwe/ts/v_nationBetting.ts | 4 +- hwe/ts/v_nationGeneral.ts | 4 +- hwe/ts/v_nationStratFinan.ts | 4 +- hwe/ts/v_processing.ts | 4 +- hwe/ts/v_troop.ts | 4 +- hwe/ts/v_vote.ts | 4 +- package-lock.json | 1947 ++++++++++++++++---- package.json | 3 +- 45 files changed, 1634 insertions(+), 442 deletions(-) diff --git a/hwe/ts/ChiefCenter/TopItem.vue b/hwe/ts/ChiefCenter/TopItem.vue index 6ad57a48..c2c16ca4 100644 --- a/hwe/ts/ChiefCenter/TopItem.vue +++ b/hwe/ts/ChiefCenter/TopItem.vue @@ -73,7 +73,7 @@ import { range } from "lodash-es"; import { inject, onMounted, ref, type PropType } from "vue"; import VueTypes from "vue-types"; import DragSelect from "@/components/DragSelect.vue"; -import { BButton } from "bootstrap-vue-3"; +import { BButton } from "bootstrap-vue-next"; import { QueryActionHelper } from "@/util/QueryActionHelper"; import type { ChiefResponse } from "@/defs/API/NationCommand"; diff --git a/hwe/ts/PageAuction.vue b/hwe/ts/PageAuction.vue index 59435c98..ffe0e45d 100644 --- a/hwe/ts/PageAuction.vue +++ b/hwe/ts/PageAuction.vue @@ -17,7 +17,7 @@ };*/