diff --git a/package.json b/package.json index 4cf7c20..b8e3322 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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eed56a0..45b8eb9 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))