chore: update dependencies and refactor imports to use @unhead/vue
正在显示
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -16,13 +16,12 @@ |
"dependencies": { | ||
"@element-plus/icons-vue": "^2.3.1", | ||
"@fortaine/fetch-event-source": "^3.0.6", | ||
"@microsoft/fetch-event-source": "^2.0.1", | ||
"@tinymce/tinymce-vue": "^5.0.0", | ||
"@unhead/vue": "^2.0.14", | ||
"@vant/area-data": "^1.5.1", | ||
"@vueuse/core": "^9.13.0", | ||
"@vueuse/head": "^1.0.26", | ||
"@vueuse/integrations": "^9.13.0", | ||
"@vueuse/math": "^9.13.0", | ||
"@vueuse/core": "^13.6.0", | ||
"@vueuse/integrations": "^13.6.0", | ||
"@vueuse/math": "^13.6.0", | ||
"ali-oss": "^6.17.1", | ||
"axios": "^1.10.0", | ||
"blueimp-md5": "^2.19.0", | ||
... | ... | @@ -34,13 +33,13 @@ |
"html-to-image": "^1.11.11", | ||
"html2pdf.js": "^0.10.1", | ||
"lodash-es": "^4.17.21", | ||
"pinia": "^2.1.7", | ||
"pinia": "^3.0.3", | ||
"print-js": "^1.6.0", | ||
"ua-parser-js": "^1.0.33", | ||
"universal-cookie": "^4.0.4", | ||
"universal-cookie": "^8.0.1", | ||
"video.js": "^7.21.1", | ||
"vue": "^3.5.12", | ||
"vue-router": "^4.4.5", | ||
"vue": "^3.5.18", | ||
"vue-router": "^4.5.1", | ||
"vuedraggable": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -52,8 +51,8 @@ |
"@types/node": "^20.3.1", | ||
"@types/ua-parser-js": "^0.7.36", | ||
"@types/video.js": "^7.3.52", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vue-macros/reactivity-transform": "^1.1.3", | ||
"@vitejs/plugin-vue": "^6.0.1", | ||
"@vue-macros/reactivity-transform": "^1.1.6", | ||
"@vue/eslint-config-typescript": "^14.1.3", | ||
"@vue/tsconfig": "^0.6.0", | ||
"chalk": "^5.2.0", | ||
... | ... | @@ -61,10 +60,10 @@ |
"eslint-plugin-vue": "^9.30.0", | ||
"sass": "^1.58.3", | ||
"typescript": "~5.6.3", | ||
"unplugin-auto-import": "^0.17.8", | ||
"vite": "^5.4.10", | ||
"vite-plugin-checker": "^0.8.0", | ||
"vite-plugin-mkcert": "^1.17.6", | ||
"unplugin-auto-import": "^20.0.0", | ||
"vite": "^6.3.5", | ||
"vite-plugin-checker": "^0.10.2", | ||
"vite-plugin-mkcert": "^1.17.8", | ||
"vue-tsc": "^2.1.10" | ||
} | ||
} |
请
注册
或者
登录
后发表评论