chore: Add trusted dependencies for vue-office packages to support bun toolkit (#11291)

This commit is contained in:
KOMATA
2025-12-11 17:00:34 +08:00
committed by GitHub
parent a9c9f0272a
commit 3aedb7e82d
+4
View File
@@ -92,6 +92,10 @@
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^0.29.8"
},
"trustedDependencies": [
"@vue-office/docx",
"@vue-office/excel"
],
"overrides": {
"esbuild": "npm:esbuild-wasm@latest"
},