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"
}
}