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