feat: upgrade dependencies (#527)

This commit is contained in:
Dream Hunter
2024-12-23 21:10:45 +08:00
committed by GitHub
parent b0bf7a5f13
commit 4a881e2d2b
9 changed files with 1852 additions and 1837 deletions

View File

@@ -1,14 +1,18 @@
<!-- markdownlint-disable-file MD004 MD024 MD034 MD036 -->
# CHANGE LOG
# main(v0.8.2)
## main(v0.8.3)
- TODO
## v0.8.2
- fix: |Doc| 修复文档中的一些错误
- fix: |Github Action| 修复 frontend 部署分支错误的问题
- feat: admin 发送邮件功能
- feat: admin 后台,账号配置页面添加无限发送邮件的地址列表
# v0.8.1
## v0.8.1
- feat: |Doc| 更新 UI 安装的文档
- feat: |UI| 对用户隐藏邮箱账号的 ID

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"type": "module",
"scripts": {
@@ -20,15 +20,15 @@
},
"dependencies": {
"@simplewebauthn/browser": "^10.0.0",
"@unhead/vue": "^1.11.13",
"@unhead/vue": "^1.11.14",
"@vicons/material": "^0.12.0",
"@vueuse/core": "^10.11.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.8",
"axios": "^1.7.9",
"jszip": "^3.10.1",
"mail-parser-wasm": "^0.1.8",
"naive-ui": "^2.40.3",
"naive-ui": "^2.40.4",
"postal-mime": "^2.3.2",
"vooks": "^0.2.12",
"vue": "^3.5.13",
@@ -44,8 +44,8 @@
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-wasm": "^3.4.1",
"workbox-window": "^7.3.0",
"wrangler": "^3.91.0"
"wrangler": "^3.99.0"
}
}

1476
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "temp-email-pages",
"version": "0.8.2",
"version": "0.8.3",
"description": "",
"main": "index.js",
"scripts": {
@@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"wrangler": "^3.91.0"
"wrangler": "^3.99.0"
}
}

View File

@@ -1,12 +1,12 @@
{
"name": "temp-mail-docs",
"private": true,
"version": "0.8.2",
"version": "0.8.3",
"type": "module",
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"vitepress": "^1.5.0",
"wrangler": "^3.91.0"
"wrangler": "^3.99.0"
},
"scripts": {
"dev": "vitepress dev docs",

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"type": "module",
"scripts": {
@@ -11,19 +11,19 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241202.0",
"@cloudflare/workers-types": "^4.20241218.0",
"@eslint/js": "8.56.0",
"@simplewebauthn/types": "^10.0.0",
"eslint": "8.56.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"typescript-eslint": "^7.18.0",
"wrangler": "^3.91.0"
"wrangler": "^3.99.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.703.0",
"@aws-sdk/s3-request-presigner": "^3.703.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@simplewebauthn/server": "^10.0.1",
"hono": "^4.6.12",
"hono": "^4.6.14",
"mimetext": "^3.0.24",
"postal-mime": "^2.3.2",
"resend": "^3.5.0",

1412
worker/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v0.8.2',
VERSION: 'v0.8.3',
// DB settings
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',