From 7062fe19d2c40373cf4a9184246db361cae64397 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 31 Mar 2026 21:14:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20pinia-plugin-persis?= =?UTF-8?q?tedstate=20=E7=9A=84=E7=BC=BA=E5=A4=B1=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 ++ pnpm-lock.yaml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index 3dc8da2..fd68fc7 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,8 @@ "pinia": "2.2.4", "pinia-plugin-persistedstate": "4.1.3", "destr": "^2.0.5", + "deep-pick-omit": "^1.2.1", + "defu": "^6.1.4", "uview-plus": "^3.7.13", "vue": "3.4.21", "vue-i18n": "9.1.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c492d5c..48951ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,6 +62,12 @@ importers: dayjs: specifier: ^1.11.19 version: 1.11.19 + deep-pick-omit: + specifier: ^1.2.1 + version: 1.2.1 + defu: + specifier: ^6.1.4 + version: 6.1.4 destr: specifier: ^2.0.5 version: 2.0.5