feat: update dependencies (#581)

This commit is contained in:
Dream Hunter
2025-02-15 18:54:15 +08:00
committed by GitHub
parent 61434ab6f7
commit 2426e0b51a
7 changed files with 2238 additions and 1517 deletions

View File

@@ -20,8 +20,8 @@
},
"dependencies": {
"@simplewebauthn/browser": "10.0.0",
"@unhead/vue": "^1.11.18",
"@vueuse/core": "^12.5.0",
"@unhead/vue": "^1.11.19",
"@vueuse/core": "^12.7.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.9",
@@ -32,21 +32,21 @@
"vooks": "^0.2.12",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^11.0.1",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vicons/fa": "^0.13.0",
"@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"unplugin-auto-import": "^19.1.0",
"unplugin-vue-components": "^28.1.0",
"vite": "^6.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-top-level-await": "^1.4.4",
"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.106.0"
"wrangler": "^3.109.1"
}
}

1698
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"wrangler": "^3.106.0"
"wrangler": "^3.109.1"
}
}

View File

@@ -4,9 +4,9 @@
"version": "0.8.7",
"type": "module",
"devDependencies": {
"@types/node": "^22.12.0",
"@types/node": "^22.13.4",
"vitepress": "^1.6.3",
"wrangler": "^3.106.0"
"wrangler": "^3.109.1"
},
"scripts": {
"dev": "vitepress dev docs",

File diff suppressed because it is too large Load Diff

View File

@@ -11,22 +11,22 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250129.0",
"@cloudflare/workers-types": "^4.20250214.0",
"@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0",
"eslint": "9.18.0",
"globals": "^15.14.0",
"typescript-eslint": "^8.22.0",
"wrangler": "^3.106.0"
"globals": "^15.15.0",
"typescript-eslint": "^8.24.0",
"wrangler": "^3.109.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.738.0",
"@aws-sdk/s3-request-presigner": "^3.738.0",
"@aws-sdk/client-s3": "^3.749.0",
"@aws-sdk/s3-request-presigner": "^3.749.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.6.19",
"hono": "^4.7.1",
"mimetext": "^3.0.27",
"postal-mime": "^2.4.3",
"resend": "^4.1.1",
"resend": "^4.1.2",
"telegraf": "4.16.3",
"worker-mailer": "^1.0.1"
},

967
worker/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff