chore: 依赖模块升级
正在显示
差异被折叠。
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ | 
| "type": "module", | "type": "module", | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite --mode dev", | "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:test": "vue-tsc --noEmit && vite build --mode test", | ||
| "build:pre": "vue-tsc --noEmit && vite build --mode pre", | "build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
| "preview": "vite preview --port 5050", | "preview": "vite preview --port 5050", | ||
| ... | @@ -13,18 +13,18 @@ | ... | @@ -13,18 +13,18 @@ | 
| "deploy": "node ./deploy.js" | "deploy": "node ./deploy.js" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@vueuse/core": "^8.5.0", | "@vueuse/core": "^8.6.0", | ||
| "axios": "^0.27.2", | "axios": "^0.27.2", | ||
| "blueimp-md5": "^2.19.0", | "blueimp-md5": "^2.19.0", | ||
| "dayjs": "^1.11.2", | "dayjs": "^1.11.3", | ||
| "file-saver": "^2.0.5", | "file-saver": "^2.0.5", | ||
| "html2canvas": "^1.4.1", | "html2canvas": "^1.4.1", | ||
| "lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
| "pinia": "^2.0.14", | "pinia": "^2.0.14", | ||
| "qs": "^6.10.3", | "qs": "^6.10.5", | ||
| "swiper": "^8.1.6", | "swiper": "^8.2.2", | ||
| "vant": "^3.4.9", | "vant": "^3.5.0", | ||
| "vue": "^3.2.36", | "vue": "^3.2.37", | ||
| "vue-infinite-scroll": "^2.0.2", | "vue-infinite-scroll": "^2.0.2", | ||
| "vue-router": "^4.0.15" | "vue-router": "^4.0.15" | ||
| }, | }, | ||
| ... | @@ -42,11 +42,11 @@ | ... | @@ -42,11 +42,11 @@ | 
| "chalk": "^5.0.1", | "chalk": "^5.0.1", | ||
| "eslint": "^8.16.0", | "eslint": "^8.16.0", | ||
| "eslint-plugin-vue": "^8.7.1", | "eslint-plugin-vue": "^8.7.1", | ||
| "sass": "^1.52.1", | "sass": "^1.52.2", | ||
| "typescript": "~4.6.4", | "typescript": "~4.6.4", | ||
| "unplugin-auto-import": "^0.8.6", | "unplugin-auto-import": "^0.8.7", | ||
| "vite": "^2.9.9", | "vite": "^2.9.10", | ||
| "vite-plugin-checker": "^0.4.6", | "vite-plugin-checker": "^0.4.6", | ||
| "vue-tsc": "^0.35.0" | "vue-tsc": "^0.37.0" | ||
| } | } | ||
| } | } | 
请
注册
或者
登录
后发表评论