feat: upgrade dependencies (#448)

This commit is contained in:
Dream Hunter
2024-09-27 22:30:37 +08:00
committed by GitHub
parent 7cc2a2b576
commit cc9ac67319
8 changed files with 1526 additions and 1533 deletions
+11 -11
View File
@@ -18,32 +18,32 @@
}, },
"dependencies": { "dependencies": {
"@simplewebauthn/browser": "^10.0.0", "@simplewebauthn/browser": "^10.0.0",
"@unhead/vue": "^1.9.16", "@unhead/vue": "^1.11.6",
"@vicons/material": "^0.12.0", "@vicons/material": "^0.12.0",
"@vueuse/core": "^10.11.1", "@vueuse/core": "^10.11.1",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12", "@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.3", "axios": "^1.7.7",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"mail-parser-wasm": "^0.1.8", "mail-parser-wasm": "^0.1.8",
"naive-ui": "^2.39.0", "naive-ui": "^2.40.1",
"postal-mime": "^2.2.7", "postal-mime": "^2.3.2",
"vooks": "^0.2.12", "vooks": "^0.2.12",
"vue": "^3.4.37", "vue": "^3.5.9",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.13.1", "vue-i18n": "^9.14.1",
"vue-router": "^4.4.3" "vue-router": "^4.4.5"
}, },
"devDependencies": { "devDependencies": {
"@vicons/fa": "^0.12.0", "@vicons/fa": "^0.12.0",
"@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue": "^5.1.4",
"unplugin-auto-import": "^0.18.2", "unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4", "unplugin-vue-components": "^0.27.4",
"vite": "^5.4.0", "vite": "^5.4.8",
"vite-plugin-pwa": "^0.19.8", "vite-plugin-pwa": "^0.19.8",
"vite-plugin-top-level-await": "^1.4.4", "vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0", "vite-plugin-wasm": "^3.3.0",
"workbox-window": "^7.1.0", "workbox-window": "^7.1.0",
"wrangler": "^3.70.0" "wrangler": "^3.78.11"
} }
} }
+666 -669
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -11,6 +11,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"wrangler": "^3.71.0" "wrangler": "^3.78.11"
} }
} }
+2 -2
View File
@@ -61,8 +61,8 @@ pnpm run deploy
```toml ```toml
name = "cloudflare_temp_email" name = "cloudflare_temp_email"
main = "src/worker.ts" main = "src/worker.ts"
compatibility_date = "2023-08-14" compatibility_date = "2024-09-23"
node_compat = true compatibility_flags = [ "nodejs_compat" ]
# enable cron if you want set auto clean up # enable cron if you want set auto clean up
# [triggers] # [triggers]
+3 -1
View File
@@ -25,7 +25,9 @@ wrangler kv:namespace create DEV
```toml ```toml
name = "cloudflare_temp_email" name = "cloudflare_temp_email"
main = "src/worker.ts" main = "src/worker.ts"
compatibility_date = "2023-12-01" compatibility_date = "2024-09-23"
compatibility_flags = [ "nodejs_compat" ]
# 如果你想使用自定义域名,你需要添加 routes 配置 # 如果你想使用自定义域名,你需要添加 routes 配置
# routes = [ # routes = [
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true }, # { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },
+6 -6
View File
@@ -11,21 +11,21 @@
"build": "wrangler deploy --dry-run --outdir dist --minify" "build": "wrangler deploy --dry-run --outdir dist --minify"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240806.0", "@cloudflare/workers-types": "^4.20240925.0",
"@eslint/js": "8.56.0", "@eslint/js": "8.56.0",
"@simplewebauthn/types": "^10.0.0", "@simplewebauthn/types": "^10.0.0",
"eslint": "8.56.0", "eslint": "8.56.0",
"globals": "^15.9.0", "globals": "^15.9.0",
"typescript-eslint": "^7.18.0", "typescript-eslint": "^7.18.0",
"wrangler": "^3.70.0" "wrangler": "^3.78.11"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.629.0", "@aws-sdk/client-s3": "^3.658.1",
"@aws-sdk/s3-request-presigner": "^3.629.0", "@aws-sdk/s3-request-presigner": "^3.658.1",
"@simplewebauthn/server": "^10.0.1", "@simplewebauthn/server": "^10.0.1",
"hono": "^4.5.5", "hono": "^4.6.3",
"mimetext": "^3.0.24", "mimetext": "^3.0.24",
"postal-mime": "^2.2.7", "postal-mime": "^2.3.2",
"resend": "^3.5.0", "resend": "^3.5.0",
"telegraf": "4.16.3" "telegraf": "4.16.3"
}, },
+835 -841
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,7 +1,7 @@
name = "cloudflare_temp_email" name = "cloudflare_temp_email"
main = "src/worker.ts" main = "src/worker.ts"
compatibility_date = "2023-12-01" compatibility_date = "2024-09-23"
node_compat = true compatibility_flags = [ "nodejs_compat" ]
# if you want use custom_domain, you need to add routes # if you want use custom_domain, you need to add routes
# routes = [ # routes = [
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true }, # { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },