feat: update dependencies && version to 0.9.1 (#593)

This commit is contained in:
Dream Hunter
2025-02-26 23:36:08 +08:00
committed by GitHub
parent cf680e6349
commit d4f0c82e42
10 changed files with 459 additions and 455 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"type": "module",
"scripts": {
@@ -20,11 +20,11 @@
},
"dependencies": {
"@simplewebauthn/browser": "10.0.0",
"@unhead/vue": "^1.11.19",
"@unhead/vue": "^1.11.20",
"@vueuse/core": "^12.7.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.9",
"axios": "^1.8.1",
"jszip": "^3.10.1",
"mail-parser-wasm": "^0.2.1",
"naive-ui": "^2.41.0",
@@ -41,12 +41,12 @@
"@vitejs/plugin-vue": "^5.2.1",
"unplugin-auto-import": "^19.1.0",
"unplugin-vue-components": "^28.4.0",
"vite": "^6.1.1",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0",
"wrangler": "^3.109.2"
"wrangler": "^3.110.0"
}
}

484
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -84,13 +84,13 @@ onMounted(async () => {
<Header />
<router-view></router-view>
</n-layout>
<Footer />
<Footer style="min-height: 15vh;" />
</n-space>
</div>
</n-gi>
<n-gi v-if="showSideMargin" span="1"></n-gi>
</n-grid>
<n-back-top />
<n-back-top :bottom="150" />
</n-message-provider>
</n-notification-provider>
</n-spin>