From 7895ff81c8a791c500f55b748db7fb2c67724d4e Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Mon, 12 May 2025 14:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- pnpm-lock.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1296703..6155790 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "axios": "^1.6.2", "highlight.js": "^11.5.0", "js-audio-recorder": "^1.0.7", + "lodash-es": "^4.17.21", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "pnpm": "^10.10.0", @@ -39,7 +40,6 @@ "xgplayer": "^3.0.4" }, "devDependencies": { - "vite-plugin-vue-devtools": "^7.7.6", "@icon-park/vue-next": "^1.4.2", "@tsconfig/node18": "^18.2.2", "@types/node": "^18.18.5", @@ -59,6 +59,7 @@ "unocss": "0.58.0", "vite": "^4.5.1", "vite-plugin-compression": "^0.5.1", + "vite-plugin-vue-devtools": "^7.7.6", "vue-tsc": "^1.8.25", "wait-on": "^6.0.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f24dd66..5523674 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ importers: js-audio-recorder: specifier: ^1.0.7 version: 1.0.7 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 pinia: specifier: ^2.1.7 version: 2.3.1(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2))