feat: v0.8.5 && update dependencies && fix deprecated warning for `… (#556)

feat: v0.8.5 && update dependencies && fix `deprecated` warning for `mail-parser-wasm-worker`
This commit is contained in:
Dream Hunter
2025-01-11 18:46:46 +08:00
committed by GitHub
parent e161eb5d14
commit 9db5a00b35
12 changed files with 4404 additions and 1787 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.4",
"version": "0.8.5",
"private": true,
"type": "module",
"scripts": {
@@ -19,16 +19,16 @@
"deploy:actions": "npm run build && wrangler pages deploy ./dist"
},
"dependencies": {
"@simplewebauthn/browser": "^10.0.0",
"@unhead/vue": "^1.11.14",
"@vueuse/core": "^12.2.0",
"@simplewebauthn/browser": "10.0.0",
"@unhead/vue": "^1.11.15",
"@vueuse/core": "^12.4.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.9",
"jszip": "^3.10.1",
"mail-parser-wasm": "^0.2.0",
"naive-ui": "^2.40.4",
"postal-mime": "^2.3.2",
"mail-parser-wasm": "^0.2.1",
"naive-ui": "^2.41.0",
"postal-mime": "^2.4.1",
"vooks": "^0.2.12",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
@@ -39,14 +39,14 @@
"@vicons/fa": "^0.13.0",
"@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.6",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.4.1",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0",
"wrangler": "^3.99.0"
"wrangler": "^3.101.0"
}
}

2284
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff