chore: upgrade dependencies (#842)

chore: upgrade dependencies across frontend, worker, pages and docs

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dream Hunter 2026-02-25 14:05:12 +08:00 committed by GitHub
parent 723e1fe75d
commit bafd003cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 1380 additions and 1386 deletions

1
CLAUDE.md Normal file
View File

@ -0,0 +1 @@
READ AGENTS.md FOR INSTRUCTIONS ON HOW TO USE THIS FILE.

View File

@ -22,7 +22,7 @@
"dependencies": {
"@fingerprintjs/fingerprintjs": "^5.0.1",
"@simplewebauthn/browser": "10.0.0",
"@unhead/vue": "^2.1.4",
"@unhead/vue": "^2.1.6",
"@vueuse/core": "^14.2.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
@ -32,7 +32,7 @@
"naive-ui": "^2.43.2",
"postal-mime": "^2.7.3",
"vooks": "^0.2.12",
"vue": "^3.5.28",
"vue": "^3.5.29",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4"
@ -49,7 +49,7 @@
"vite-plugin-wasm": "^3.5.0",
"workbox-build": "^7.4.0",
"workbox-window": "^7.4.0",
"wrangler": "^4.65.0"
"wrangler": "^4.68.1"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"wrangler": "^4.65.0"
"wrangler": "^4.68.1"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}

View File

@ -4,9 +4,9 @@
"version": "1.4.0",
"type": "module",
"devDependencies": {
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"vitepress": "^1.6.4",
"wrangler": "^4.65.0"
"wrangler": "^4.68.1"
},
"scripts": {
"dev": "vitepress dev docs",

File diff suppressed because it is too large Load Diff

View File

@ -11,20 +11,20 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260214.0",
"@cloudflare/workers-types": "^4.20260304.0",
"@eslint/js": "9.39.1",
"@simplewebauthn/types": "10.0.0",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"eslint": "9.39.1",
"globals": "^16.5.0",
"typescript-eslint": "^8.55.0",
"wrangler": "^4.65.0"
"typescript-eslint": "^8.56.1",
"wrangler": "^4.68.1"
},
"dependencies": {
"@aws-sdk/client-s3": "3.888.0",
"@aws-sdk/s3-request-presigner": "3.888.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.11.9",
"hono": "^4.12.2",
"jsonpath-plus": "^10.4.0",
"mimetext": "^3.0.28",
"postal-mime": "^2.7.3",

File diff suppressed because it is too large Load Diff