feat: 添加 workbox-window 依赖,更新 pnpm-lock.yaml
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 27s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s

This commit is contained in:
孙诚
2026-01-07 15:41:02 +08:00
parent 0c09d7aa14
commit 3d1511990a
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,8 @@
"pinia": "^3.0.4",
"vant": "^4.9.22",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
"vue-router": "^4.6.3",
"workbox-window": "^7.4.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",

3
Web/pnpm-lock.yaml generated
View File

@@ -26,6 +26,9 @@ importers:
vue-router:
specifier: ^4.6.3
version: 4.6.4(vue@3.5.26)
workbox-window:
specifier: ^7.4.0
version: 7.4.0
devDependencies:
'@eslint/js':
specifier: ^9.39.1