|
17 | 17 | "test": "echo \"no test specified,work in process\"" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "cz-conventional-changelog": "^3.3.0", |
| 20 | + "axios": "^0.26.0", |
21 | 21 | "dayjs": "^1.10.6", |
22 | 22 | "echarts": "~5.1.2", |
23 | 23 | "hex-to-hsl": "^1.0.2", |
24 | 24 | "nprogress": "^0.2.0", |
25 | 25 | "pinia": "^2.0.11", |
26 | 26 | "qrcode.vue": "^3.2.2", |
27 | 27 | "tdesign-icons-vue-next": "^0.0.6", |
28 | | - "tdesign-vue-next": "0.11.0", |
| 28 | + "tdesign-vue-next": "~0.11.2", |
29 | 29 | "tvision-color": "^1.3.1", |
30 | 30 | "vue": "^3.2.31", |
31 | 31 | "vue-color-kit": "^1.0.5", |
32 | 32 | "vue-router": "^4.0.11", |
33 | | - "vue3-clipboard": "^1.0.0" |
| 33 | + "vue-clipboard3": "^1.0.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@commitlint/cli": "^15.0.0", |
37 | | - "@commitlint/config-conventional": "^15.0.0", |
| 36 | + "@commitlint/cli": "^16.2.1", |
| 37 | + "@commitlint/config-conventional": "^16.2.1", |
38 | 38 | "@types/echarts": "^4.9.10", |
39 | 39 | "@types/ws": "^8.2.2", |
40 | 40 | "@typescript-eslint/eslint-plugin": "^4.29.3", |
41 | 41 | "@typescript-eslint/parser": "^4.29.3", |
42 | | - "@vitejs/plugin-vue": "^1.3.0", |
| 42 | + "@vitejs/plugin-vue": "^2.3.1", |
43 | 43 | "@vitejs/plugin-vue-jsx": "^1.1.7", |
44 | 44 | "@vue/compiler-sfc": "^3.0.5", |
45 | | - "axios": "^0.26.0", |
46 | 45 | "commitizen": "^4.2.4", |
47 | | - "compressorjs": "^1.0.7", |
| 46 | + "cz-conventional-changelog": "^3.3.0", |
48 | 47 | "eslint": "^7.32.0", |
49 | 48 | "eslint-config-airbnb-base": "^15.0.0", |
50 | 49 | "eslint-config-prettier": "^8.3.0", |
51 | 50 | "eslint-plugin-import": "^2.24.2", |
52 | 51 | "eslint-plugin-prettier": "^4.0.0", |
53 | 52 | "eslint-plugin-vue": "^7.16.0", |
54 | | - "http-proxy-agent": "^5.0.0", |
55 | 53 | "husky": "^7.0.4", |
56 | 54 | "less": "^4.1.1", |
57 | 55 | "lint-staged": "^12.1.2", |
|
65 | 63 | "vite": "^2.7.1", |
66 | 64 | "vite-plugin-mock": "^2.9.6", |
67 | 65 | "vite-svg-loader": "^3.1.0", |
68 | | - "vue-clipboard3": "^1.0.1", |
69 | 66 | "vue-tsc": "^0.29.8" |
70 | 67 | }, |
71 | 68 | "config": { |
|
0 commit comments