提交 aa14246a authored 作者: 王鹏飞's avatar 王鹏飞

chore: 依赖模块升级

上级 d0b88b87
......@@ -134,6 +134,7 @@
"useDisplayMedia": true,
"useDocumentVisibility": true,
"useDraggable": true,
"useDropZone": true,
"useElementBounding": true,
"useElementByPoint": true,
"useElementHover": true,
......
......@@ -135,6 +135,7 @@ declare global {
const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
const useDraggable: typeof import('@vueuse/core')['useDraggable']
const useDropZone: typeof import('@vueuse/core')['useDropZone']
const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
const useElementHover: typeof import('@vueuse/core')['useElementHover']
......
差异被折叠。
......@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy",
"build": "vue-tsc --noEmit --watch && vite build --mode prod && npm run deploy",
"build:test": "vue-tsc --noEmit && vite build --mode test",
"build:pre": "vue-tsc --noEmit && vite build --mode pre",
"preview": "vite preview --port 5050",
......@@ -13,18 +13,18 @@
"deploy": "node ./deploy.js"
},
"dependencies": {
"@vueuse/core": "^8.5.0",
"@vueuse/core": "^8.6.0",
"axios": "^0.27.2",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.2",
"dayjs": "^1.11.3",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"pinia": "^2.0.14",
"qs": "^6.10.3",
"swiper": "^8.1.6",
"vant": "^3.4.9",
"vue": "^3.2.36",
"qs": "^6.10.5",
"swiper": "^8.2.2",
"vant": "^3.5.0",
"vue": "^3.2.37",
"vue-infinite-scroll": "^2.0.2",
"vue-router": "^4.0.15"
},
......@@ -42,11 +42,11 @@
"chalk": "^5.0.1",
"eslint": "^8.16.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.52.1",
"sass": "^1.52.2",
"typescript": "~4.6.4",
"unplugin-auto-import": "^0.8.6",
"vite": "^2.9.9",
"unplugin-auto-import": "^0.8.7",
"vite": "^2.9.10",
"vite-plugin-checker": "^0.4.6",
"vue-tsc": "^0.35.0"
"vue-tsc": "^0.37.0"
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论