fix: 添加 pinia-plugin-persistedstate 的缺失依赖
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 55s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-31 21:14:46 +08:00
parent 85dc7f119d
commit 7062fe19d2
2 changed files with 8 additions and 0 deletions

View File

@@ -89,6 +89,8 @@
"pinia": "2.2.4", "pinia": "2.2.4",
"pinia-plugin-persistedstate": "4.1.3", "pinia-plugin-persistedstate": "4.1.3",
"destr": "^2.0.5", "destr": "^2.0.5",
"deep-pick-omit": "^1.2.1",
"defu": "^6.1.4",
"uview-plus": "^3.7.13", "uview-plus": "^3.7.13",
"vue": "3.4.21", "vue": "3.4.21",
"vue-i18n": "9.1.9", "vue-i18n": "9.1.9",

6
pnpm-lock.yaml generated
View File

@@ -62,6 +62,12 @@ importers:
dayjs: dayjs:
specifier: ^1.11.19 specifier: ^1.11.19
version: 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: destr:
specifier: ^2.0.5 specifier: ^2.0.5
version: 2.0.5 version: 2.0.5