dep: package update

- decl type 변경 포함
This commit is contained in:
2023-03-20 00:02:04 +09:00
parent 18f7e7b7c1
commit 9e17e58ecb
8 changed files with 94 additions and 98 deletions
+2 -2
View File
@@ -278,7 +278,7 @@ declare const staticValues: {
<script lang="ts" setup>
import addMinutes from "date-fns/esm/addMinutes";
import { isString, range, trim } from "lodash-es";
import { stringifyUrl } from "query-string";
import queryString from "query-string";
import { onMounted, ref, watch } from "vue";
import { formatTime } from "@util/formatTime";
import { joinYearMonth } from "@util/joinYearMonth";
@@ -590,7 +590,7 @@ async function reserveCommand() {
const commandName = selectedCommand.value.value;
if (listReqArgCommand.has(commandName)) {
document.location.href = stringifyUrl({
document.location.href = queryString.stringifyUrl({
url: "v_processing.php",
query: {
command: commandName,